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

Releases: Ingenico-ePayments/connect-sdk-python2

3.18.1

22 Jan 08:18
Compare
Choose a tag to compare
  • Deprecated:
    • Deprecated property auth_method of class DecryptedPaymentData in favor of property payment_method.

3.18.0

11 Dec 13:02
Compare
Choose a tag to compare
  • Added:
    • Added property lodging_data to classes AdditionalOrderInput and AdditionalOrderInputAirlineData.
    • Added property exemption_output to class ThreeDSecureResults.

3.17.1

07 Oct 09:37
Compare
Choose a tag to compare
  • Fixed:
    • Fixed an issue with handling UTF-8 encoded responses that caused errors when calling get payment product(s) and a payment product has a regular expression with non-ASCII characters.

3.17.0

05 Oct 14:29
Compare
Choose a tag to compare
  • Added:
    • Added properties authorization_mode, customer_reference, requires_approval and skip_fraud_service to class MobilePaymentMethodSpecificInputHostedCheckout.
    • Added property three_d_secure to class MobilePaymentProduct320SpecificInputHostedCheckout.
    • Added properties customer_reference and payment_product320_specific_input to class MobilePaymentMethodSpecificInput.

3.16.0

18 Sep 12:12
Compare
Choose a tag to compare
  • Added:
    • Added property acquirer_country to class payment_product.

3.15.0

03 Sep 14:36
Compare
Choose a tag to compare
  • Added:
    • Added property auth_method to class DecryptedPaymentData.

3.14.0

11 Aug 07:08
Compare
Choose a tag to compare
  • Added:
    • Added property installments to class AdditionalOrderInput.
    • Added property allows_installments to class PaymentProductGroup.
    • Added method devicefingerprint to class PaymentsClient.
  • Deprecated:
    • Deprecated property number_of_installments of class AdditionalOrderInput in favor of new property installments.

3.13.0

24 Jul 14:43
Compare
Choose a tag to compare
  • Added:
    • Added property payment_product302_specific_input to class MobilePaymentMethodSpecificInputHostedCheckout.
    • Added method sessions to class ProductsClient.

3.12.0

15 Jun 14:47
Compare
Choose a tag to compare
  • Added:
    • Added property allows_installments to class PaymentProduct.

3.11.0

04 Jun 07:00
Compare
Choose a tag to compare
  • Added:
    • Added property reversal_reason to classes CaptureOutput and PaymentOutput.