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

2.1.0

Compare
Choose a tag to compare
@IngenicoEPayments IngenicoEPayments released this 20 Dec 12:23
· 89 commits to master since this release
  • Added:
    • Added support for payment method mobile through the following properties and methods:
      • CancelPaymentResponse.mobile_payment_method_specific_output
      • CreatePaymentRequest.mobile_payment_method_specific_input
      • PaymentApprovalResponse.mobile_payment_method_specific_output
      • PaymentOutput.mobile_payment_method_specific_output
      • RefundOutput.mobile_payment_method_specific_output
      • ProductsClient.networks
      • ProductsClient.public_key
    • Added properties authorization_mode and requires_approval to class CardPaymentMethodSpecificInputBase.
    • Added methods convert_amount and get_iin_details to class ServicesClient to replace methods convertAmount and getIINdetails respectively.
  • Changed:
    • Changed fields of all data object classes into properties.
  • Deprecated:
    • Deprecated property payment_method_specific_output of class PaymentApprovalResponse in favor of new property card_payment_method_specific_output.
    • Deprecated methods convertAmount and getIINdetails of class ServicesClient in favor of new methods convert_amount and get_iin_details.
  • Fixed:
    • Fixed Response.__str__ to no longer throw an exception.
    • Fixed 'ApiResource._create_exception' to throw a proper exception for unsupported error objects.