Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

1.12.0

Compare
Choose a tag to compare
@IngenicoEPayments 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 class ProductsClient.
    • Added properties product_name and google_product_category_id to class OrderLineDetails.
    • Added property fields_warning to class PaymentProduct.
    • Added property used_for_lookup to class PaymentProductField. This field indicates if the payment product field can and should be provided for a call to the new ProductsClient.customer_details method.
    • Added property link to class PaymentProductFieldDisplayHints which is a URL that points to the Terms and Conditions for the product.
    • Added property display_elements to class ValueMappingElement.
  • Deprecated:
    • Deprecated property display_name of class ValueMappingElement in favor of an element with the same id in the display_elements list.