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.27.0
- Added:
- Added property
payment_product863_specific_input
to classRedirectPaymentMethodSpecificInput
. - Added properties
payment_product302_specific_data
,payment_product320_specific_data
andpayment_product863_specific_data
to classPaymentProduct
.
- Added property
- 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.
- Restructured the type hierarchy of
2.26.0
- Added:
- Added property
three_d_secure_status
to classPaymentStatusOutput
.
- Added property
- Changed:
PaymentsClient.Create
will always throw aDeclinedPaymentException
if an error response from the REST API contain apaymentResult
property, regardless of the status code.PaymentsClient.Refund
will always throw aDeclinedRefundException
if an error response from the REST API contain arefundResult
property, regardless of the status code.PayoutsClient.Create
will always throw aDeclinedPayoutException
if an error response from the REST API contain apayoutResult
property, regardless of the status code.
2.25.0
- Added:
- Added properties
total_fare
,total_fee
,total_faxes
andtravel_agency_name
to classAirlineData
. - Added properties
arrival_time
,conjunction_ticket
,coupon_number
,endorsement_or_restriction
,exchange_ticket
,fee
,passenger_class
andtaxes
to classAirlineFlightLeg
. - Added property
merchant_reference
to classCreateHostedCheckoutResponse
. - Added property
label
to classPaymentProductFieldDisplayElement
. - Added property
device_fingerprint_enabled
to classPaymentProductGroup
. - Added method
device_fingerprint
to classProductgroupsClient
.
- Added properties
- Deprecated:
- Deprecated property
service_class
of classAirlineFlightLeg
in favor of new propertypassenger_class
of the same class.
- Deprecated property
2.24.0
- Added:
- Added property
token
to classCardPayoutMethodSpecificInput
. - Added property
patronymic_name
to classBankAccountBbanRefund
. - Added property
fiscal_number
to classRefundCustomer
.
- Added property
2.23.0
- Added:
- Added property
tokenization_succeeded
to classesCreatedPaymentOutput
andPaymentCreationOutput
. - Added method
refunds
to classPaymentsClient
.
- Added property
- Deprecated:
- Deprecated property
custom
of classRedirectPaymentProduct840SpecificInput
.
- Deprecated property
2.22.0
- Added:
- Added support for hosted mandate management through method
hostedmandatemanagements
of classMerchantClient
and classHostedmandatemanagementsClient
.
- Added support for hosted mandate management through method
2.21.0
- Added:
- Added property
token
to classesCardPaymentMethodSpecificOutput
andRedirectPaymentMethodSpecificOutput
.
- Added property
- Removed:
- Removed property
phone_number
of classMandateContactDetails
.
- Removed property
2.20.0
- Added:
- Added property
unique_mandate_reference
to classCreateMandateBase
. - Added properties
unscheduled_card_on_file_indicator
andunscheduled_card_on_file_requestor
to classCardPaymentMethodSpecificInputBase
.
- Added property
2.19.0
- Added:
- Added support for payment product 730 (ACH) through classes
NonSepaDirectDebitPaymentProduct730SpecificInput
andTokenNonSepaDirectDebitPaymentProduct730SpecificData
.
- Added support for payment product 730 (ACH) through classes
2.18.0
- Added:
- Added property
validate_shopping_cart
to classHostedCheckoutSpecificInput
. - Added property
product_category
to classOrderLineDetails
. - Added property
iban
to classPaymentProductFieldValidators
.
- Added property