This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
1.12.0
IngenicoEPayments
released this
31 Oct 16:38
·
82 commits
to master
since this release
- Added:
- Added new payment method
EInvoice
to support the new AfterPay Installments and AfterPay Invoice products. - Added method
customer_details
to classProductsClient
. - Added properties
product_name
andgoogle_product_category_id
to classOrderLineDetails
. - Added property
fields_warning
to classPaymentProduct
. - Added property
used_for_lookup
to classPaymentProductField
. This field indicates if the payment product field can and should be provided for a call to the newProductsClient.customer_details
method. - Added property
link
to classPaymentProductFieldDisplayHints
which is a URL that points to the Terms and Conditions for the product. - Added property
display_elements
to classValueMappingElement
.
- Added new payment method
- Deprecated:
- Deprecated property
display_name
of classValueMappingElement
in favor of an element with the same id in thedisplay_elements
list.
- Deprecated property