This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-python2
Releases · Ingenico-ePayments/connect-sdk-python2
2.17.0
- Added:
- Added property
device_fingerprint_transaction_id
to classFraudFields
. - Added property
device_fingerprint_enabled
to classPaymentProduct
. - Added property
terms_and_conditions
to classPaymentProductFieldValidators
. - Added method
device_fingerprint
to classProductsClient
.
- Added property
- Changed:
- Renamed property
finger_print_activated
of classFraudFields
todevice_fingerprint_activated
.
- Renamed property
2.16.0
- Added:
- Added property
passengers
to classAirlineData
. - Added property
service_class
to classAirlineFlightLeg
. - Added property
hosted_checkout_specific_output
to classPayment
. - Added property
fraud_results
to classRedirectPaymentMethodSpecificOutput
. - Added property
alias
to classesCreateMandateBase
andMandateResponse
. - Added properties
asset_url
andclient_api_url
to classSessionResponse
.
- Added property
2.15.0
- Added:
- Added classes
CreateMandateWithReturnUrl
andSepaDirectDebitPaymentProduct771SpecificInputBase
.
- Added classes
- Changed:
- Class
CreateMandateRequest
now extends new classCreateMandateWithReturnUrl
instead ofCreateMandateBase
. - Restructured the type hierarchy of classes
SepaDirectDebitPaymentMethodSpecificInput
,SepaDirectDebitPaymentMethodSpecificInputBase
andSepaDirectDebitPaymentProduct771SpecificInput
.
- Class
2.14.0
- Added:
- Added property
e_invoice_refund_method_specific_output
to classRefundOutput
- Added property
2.13.0
- Added:
- Added property
seller
to classOrder
. - Added properties
e_invoice_payment_method_specific_input
andsepa_direct_debit_payment_method_specific_input
to classCreateHostedCheckoutRequest
. - Added property
return_cancel_state
to classHostedCheckoutSpecificInput
. - Added property
payment_product771_specific_output
to classSepaDirectDebitPaymentMethodSpecificOutput
. - Added class
MandatesClient
and methodClient.mandates
to support mandates. - Added classes
EInvoicePaymentMethodSpecificInputBase
,SepaDirectDebitPaymentMethodSpecificInputBase
andRedirectDataBase
.
- Added property
- Changed:
- Class
EInvoicePaymentMethodSpecificInput
now extends classEInvoicePaymentMethodSpecificInputBase
instead of extendingAbstractPaymentMethodSpecificInput
directly. - Class
SepaDirectDebitPaymentMethodSpecificInput
now extends classSepaDirectDebitPaymentMethodSpecificInputBase
instead of extendingAbstractPaymentMethodSpecificInput
directly. - Class
RedirectData
now extends classRedirectDataBase
.
- Class
2.12.0
- Added:
- Added new payment method
EInvoice
to support the new AfterPay Installments and AfterPay Invoice products. - Added method
customer_details
to classProductsClient
. - Added properties
product_name
andgoogle_product_category_id
to classOrderLineDetails
. - Added property
fields_warning
to classPaymentProduct
. - Added property
used_for_lookup
to classPaymentProductField
. This field indicates if the payment product field can and should be provided for a call to the newProductsClient.customer_details
method. - Added property
link
to classPaymentProductFieldDisplayHints
which is a URL that points to the Terms and Conditions for the product. - Added property
display_elements
to classValueMappingElement
.
- Added new payment method
- Deprecated:
- Deprecated property
display_name
of classValueMappingElement
in favor of an element with the same id in thedisplay_elements
list.
- Deprecated property
2.11.0
- Added:
- Added property
contact_details
to classCustomerRiskAssessment
.
- Added property
2.10.0
- Added:
- Added method
find
to classesPaymentsClient
,PayoutsClient
andRefundsClient
.
- Added method
2.9.0
- 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
- Added:
- Added property
custom
to classRedirectPaymentProduct840SpecificInput
. - Added property
authentication_indicator
to classPaymentProduct
. - Added property
order
to classCompletePaymentRequest
. - Added property
protection_eligibility
to classPaymentProduct840SpecificOutput
. - Added property
payment_product840_specificInput
to classRedirectPaymentMethodSpecificInput
. - Added properties
requires_approval
andtokenize
to classRedirectPaymentMethodSpecificInputBase
. - Added property
items
to classShoppingCart
. - Added class
ApprovePaymentDirectDebitPaymentMethodSpecificInput
.
- Added property
- Changed:
- Classes
ApprovePaymentNonSepaDirectDebitPaymentMethodSpecificInput
andApprovePaymentSepaDirectDebitPaymentMethodSpecificInput
now extendApprovePaymentDirectDebitPaymentMethodSpecificInput
instead of extendingApprovePaymentPaymentMethodSpecificInput
directly.
- Classes
- Deprecated:
- Deprecated property
items
of classOrder
in favor ofShoppingCart.items
- Deprecated property