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

2.27.0

24 Oct 14:11
Compare
Choose a tag to compare
  • Added:
    • Added property payment_product863_specific_input to class RedirectPaymentMethodSpecificInput.
    • Added properties payment_product302_specific_data, payment_product320_specific_data and payment_product863_specific_data to class PaymentProduct.
  • Changed:
    • Restructured the type hierarchy of *PaymentMethodSpecificInput and *PaymentMethodSpecificInputBase classes. The non-base classes no longer extend the base classes, but instead share a new abstract base class.

2.26.0

09 Oct 07:59
Compare
Choose a tag to compare
  • Added:
    • Added property three_d_secure_status to class PaymentStatusOutput.
  • Changed:
    • PaymentsClient.Create will always throw a DeclinedPaymentException if an error response from the REST API contain a paymentResult property, regardless of the status code.
    • PaymentsClient.Refund will always throw a DeclinedRefundException if an error response from the REST API contain a refundResult property, regardless of the status code.
    • PayoutsClient.Create will always throw a DeclinedPayoutException if an error response from the REST API contain a payoutResult property, regardless of the status code.

2.25.0

26 Sep 12:37
Compare
Choose a tag to compare
  • Added:
    • Added properties total_fare, total_fee, total_faxes and travel_agency_name to class AirlineData.
    • Added properties arrival_time, conjunction_ticket, coupon_number, endorsement_or_restriction, exchange_ticket, fee, passenger_class and taxes to class AirlineFlightLeg.
    • Added property merchant_reference to class CreateHostedCheckoutResponse.
    • Added property label to class PaymentProductFieldDisplayElement.
    • Added property device_fingerprint_enabled to class PaymentProductGroup.
    • Added method device_fingerprint to class ProductgroupsClient.
  • Deprecated:
    • Deprecated property service_class of class AirlineFlightLeg in favor of new property passenger_class of the same class.

2.24.0

05 Sep 09:11
Compare
Choose a tag to compare
  • Added:
    • Added property token to class CardPayoutMethodSpecificInput.
    • Added property patronymic_name to class BankAccountBbanRefund.
    • Added property fiscal_number to class RefundCustomer.

2.23.0

17 Aug 14:05
Compare
Choose a tag to compare
  • Added:
    • Added property tokenization_succeeded to classes CreatedPaymentOutput and PaymentCreationOutput.
    • Added method refunds to class PaymentsClient.
  • Deprecated:
    • Deprecated property custom of class RedirectPaymentProduct840SpecificInput.

2.22.0

12 Jul 07:37
Compare
Choose a tag to compare
  • Added:
    • Added support for hosted mandate management through method hostedmandatemanagements of class MerchantClient and class HostedmandatemanagementsClient.

2.21.0

07 Jun 07:27
Compare
Choose a tag to compare
  • Added:
    • Added property token to classes CardPaymentMethodSpecificOutput and RedirectPaymentMethodSpecificOutput.
  • Removed:
    • Removed property phone_number of class MandateContactDetails.

2.20.0

07 May 13:36
Compare
Choose a tag to compare
  • Added:
    • Added property unique_mandate_reference to class CreateMandateBase.
    • Added properties unscheduled_card_on_file_indicator and unscheduled_card_on_file_requestor to class CardPaymentMethodSpecificInputBase.

2.19.0

05 Apr 14:29
Compare
Choose a tag to compare
  • Added:
    • Added support for payment product 730 (ACH) through classes NonSepaDirectDebitPaymentProduct730SpecificInput and TokenNonSepaDirectDebitPaymentProduct730SpecificData.

2.18.0

30 Jan 09:22
Compare
Choose a tag to compare
  • Added:
    • Added property validate_shopping_cart to class HostedCheckoutSpecificInput.
    • Added property product_category to class OrderLineDetails.
    • Added property iban to class PaymentProductFieldValidators.