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

Releases: Ingenico-ePayments/connect-sdk-python2

3.47.0

14 Feb 08:22
Compare
Choose a tag to compare
  • Added:
    • Added property is_installments to classes FindProductgroupsParams, GetProductgroupParams, FindProductsParams and GetProductParams.

3.46.0

16 Jan 08:52
Compare
Choose a tag to compare
  • Added:
    • Added property acquirer_promotion_code to class AbstractCardPaymentMethodSpecificInput.
  • Changed:
    • Class Connection now defines method close. The default implementation does nothing.
    • Split off webhooks signature validation to class SignatureValidator.

3.45.0

12 Dec 12:53
Compare
Choose a tag to compare
  • Added:
    • Added property fraud_results to class EInvoicePaymentMethodSpecificOutput.
    • Added property is_authentication_supported to class PaymentProduct.
  • Changed:
    • Moved property microsoft_fraud_protection from class CardFraudResults to its super class FraudResults.
  • Removed:
    • Removed property device_info from class SdkDataInput, as this property is no longer supported by the REST API.

3.44.0

26 Oct 12:57
Compare
Choose a tag to compare
  • Added:
    • Added property account_funding_recipient to class AdditionalOrderInput.
    • Added property is_company to class Customer.
    • Added property funding_type to class OrderTypeInformation.
    • Added property identification to class PersonalInformation.
  • Deprecated:
    • Deprecated class LoanRecipient and property loan_recipient of class AdditionalOrderInput.

3.43.0

16 Oct 11:38
Compare
Choose a tag to compare
  • Added:
    • Added property recurring_payments_data to class HostedCheckoutSpecificInput.
    • Added property amount_of_money_total to class Installments.
    • Added method installments to class MerchantClient.

3.42.0

11 Aug 07:42
Compare
Choose a tag to compare
  • Added:
    • Added property card to class RefundCardMethodSpecificOutput.

3.41.0

14 Jul 11:41
Compare
Choose a tag to compare
  • Added:
    • Added properties is_retriable and provider_raw_output to classes CaptureStatusOutput and OrderStatusOutput. Class PaymentStatusOutput now inherits these from OrderStatusOutput.
    • Added properties provider_id and provider_merchant_id to class OrderReferences.
    • Added property authorisation_code to class RefundCardMethodSpecificOutput.

3.40.0

28 Jun 07:49
Compare
Choose a tag to compare
  • Added:
    • Added property is_checked_remember_me to classes CreatedPaymentOutput and PaymentCreationOutput.
    • Added property provider_merchant_id to class PaymentReferences.
    • Added property provider_raw_output to class PaymentStatusOutput.
    • Added property cardholder_name to class SchemeTokenData.

3.39.0

16 May 08:19
Compare
Choose a tag to compare
  • Added:
    • Added property number_in_party to class AirlineData.

3.38.0

14 Apr 11:32
Compare
Choose a tag to compare
  • Added:
    • Added property network_token_data to class CardPaymentMethodSpecificInput.