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

1.13.0

Compare
Choose a tag to compare
@IngenicoEPayments IngenicoEPayments released this 09 Nov 10:25
· 81 commits to master since this release
  • Added:
    • Added property seller to class Order.
    • Added properties e_invoice_payment_method_specific_input and sepa_direct_debit_payment_method_specific_input to class CreateHostedCheckoutRequest.
    • Added property return_cancel_state to class HostedCheckoutSpecificInput.
    • Added property payment_product771_specific_output to class SepaDirectDebitPaymentMethodSpecificOutput.
    • Added class MandatesClient and method Client.mandates to support mandates.
    • Added classes EInvoicePaymentMethodSpecificInputBase, SepaDirectDebitPaymentMethodSpecificInputBase and RedirectDataBase.
  • Changed:
    • Class EInvoicePaymentMethodSpecificInput now extends class EInvoicePaymentMethodSpecificInputBase instead of extending AbstractPaymentMethodSpecificInput directly.
    • Class SepaDirectDebitPaymentMethodSpecificInput now extends class SepaDirectDebitPaymentMethodSpecificInputBase instead of extending AbstractPaymentMethodSpecificInput directly.
    • Class RedirectData now extends class RedirectDataBase.