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

19 May 07:25
Compare
Choose a tag to compare
  • Added:
    • Added property authentication_amount to classes AbstractThreeDSecure and ThreeDSecureResults.
  • Changed:
    • Changed URL validation to no longer use Django.
  • Removed:
    • Removed Django as a dependency.
  • Fixed:
    • Added missing requests-toolbelt requirement to the SDK's meta data.
    • When logging request and response bodies, commas following numbers or booleans are no longer obfuscated.
  • Security:
    • Updated the minimum requests version to fix CVE issue CVE-2018-18074.

3.9.0

28 Apr 08:27
Compare
Choose a tag to compare
  • Added:
    • Added properties acs_transaction_id, applied_exemption and scheme_risk_score to classes ExternalCardholderAuthenticationData and ThreeDSecureResults.
  • Deprecated:
    • Deprecated property three_d_server_transaction_id of class ExternalCardholderAuthenticationData.

3.8.0

07 Apr 13:50
Compare
Choose a tag to compare
  • Added:
    • Added property payment_product806_specific_output to class RedirectPaymentMethodSpecificOutput.

3.7.0

10 Mar 08:28
Compare
Choose a tag to compare
  • Added:
    • Added property refund_product_id to class RefundMethodSpecificOutput.
    • Added property cash_refund_method_specific_output to class RefundOutput.
    • Added property resident_id_number to class PaymentProductFieldValidators.
    • Added property encrypted_customer_input to class CreateTokenRequest.

3.6.0

20 Feb 09:53
Compare
Choose a tag to compare
  • Added:
    • Added property in_auth to class FraudResults.
    • Added property fraud_results to classes BankTransferPaymentMethodSpecificOutput, CashPaymentMethodSpecificOutput and InvoicePaymentMethodSpecificOutput.
    • Added property payment_product869_specific_input to class RedirectPaymentMethodSpecificInput.
  • Fixed:
    • Objects in logging could be obfuscated unnecessarily. This has been fixed.

3.5.0

30 Sep 13:09
Compare
Choose a tag to compare
  • Added:
    • Added property billing_address to class PaymentProduct840SpecificOutput.
    • Added property original_payment_id to classes CreateTokenResponse and TokenResponse.

3.4.0

30 Aug 07:41
Compare
Choose a tag to compare
  • Added:
    • Added property token to class SepaDirectDebitPaymentMethodSpecificOutput.

3.3.0

08 Aug 09:42
Compare
Choose a tag to compare
  • Added:
    • Added property initial_scheme_transaction_id to class AbstractCardPaymentMethodSpecificInput.
    • Added property exemption_request to class AbstractThreeDSecure.
    • Added property merchant_initiated_reason_indicator to class CardPaymentMethodSpecificInput.
    • Added properties initial_scheme_transaction_id and scheme_transaction_id to class CardPaymentMethodSpecificOutput.
    • Added property dispute to class WebhooksEvent.

3.2.0

15 Jul 11:11
Compare
Choose a tag to compare
  • Added:
    • Added property amount_reversed to classes CaptureOutput and PaymentOutput.
  • Changed:
    • Updated the create payment example.

3.1.0

04 Jul 15:25
Compare
Choose a tag to compare
  • Added:
    • Added property loan_recipient to class AdditionalOrderInput.