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.17.0

15 Jan 08:37
Compare
Choose a tag to compare
  • Added:
    • Added property device_fingerprint_transaction_id to class FraudFields.
    • Added property device_fingerprint_enabled to class PaymentProduct.
    • Added property terms_and_conditions to class PaymentProductFieldValidators.
    • Added method device_fingerprint to class ProductsClient.
  • Changed:
    • Renamed property finger_print_activated of class FraudFields to device_fingerprint_activated.

2.16.0

18 Dec 13:18
Compare
Choose a tag to compare
  • Added:
    • Added property passengers to class AirlineData.
    • Added property service_class to class AirlineFlightLeg.
    • Added property hosted_checkout_specific_output to class Payment.
    • Added property fraud_results to class RedirectPaymentMethodSpecificOutput.
    • Added property alias to classes CreateMandateBase and MandateResponse.
    • Added properties asset_url and client_api_url to class SessionResponse.

2.15.0

06 Dec 08:30
Compare
Choose a tag to compare
  • Added:
    • Added classes CreateMandateWithReturnUrl and SepaDirectDebitPaymentProduct771SpecificInputBase.
  • Changed:
    • Class CreateMandateRequest now extends new class CreateMandateWithReturnUrl instead of CreateMandateBase.
    • Restructured the type hierarchy of classes SepaDirectDebitPaymentMethodSpecificInput, SepaDirectDebitPaymentMethodSpecificInputBase and SepaDirectDebitPaymentProduct771SpecificInput.

2.14.0

25 Nov 13:05
Compare
Choose a tag to compare
  • Added:
    • Added property e_invoice_refund_method_specific_output to class RefundOutput

2.13.0

09 Nov 10:22
Compare
Choose a tag to compare
  • 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.

2.12.0

31 Oct 16:36
Compare
Choose a tag to compare
  • 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.

2.11.0

27 Sep 09:30
Compare
Choose a tag to compare
  • Added:
    • Added property contact_details to class CustomerRiskAssessment.

2.10.0

15 Sep 12:53
Compare
Choose a tag to compare
  • Added:
    • Added method find to classes PaymentsClient, PayoutsClient and RefundsClient.

2.9.0

08 Sep 13:06
Compare
Choose a tag to compare
  • Added:
    • Added support for webhooks. Please note that webhooks are not yet fully functional until all documentation is published on the developer portal and officially announced by Ingenico ePayments.

2.8.0

06 Sep 15:44
Compare
Choose a tag to compare
  • Added:
    • Added property custom to class RedirectPaymentProduct840SpecificInput.
    • Added property authentication_indicator to class PaymentProduct.
    • Added property order to class CompletePaymentRequest.
    • Added property protection_eligibility to class PaymentProduct840SpecificOutput.
    • Added property payment_product840_specificInput to class RedirectPaymentMethodSpecificInput.
    • Added properties requires_approval and tokenize to class RedirectPaymentMethodSpecificInputBase.
    • Added property items to class ShoppingCart.
    • Added class ApprovePaymentDirectDebitPaymentMethodSpecificInput.
  • Changed:
    • Classes ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput and ApprovePaymentSepaDirectDebitPaymentMethodSpecificInput now extend ApprovePaymentDirectDebitPaymentMethodSpecificInput instead of extending ApprovePaymentPaymentMethodSpecificInput directly.
  • Deprecated:
    • Deprecated property items of class Order in favor of ShoppingCart.items