This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-ruby
Releases · Ingenico-ePayments/connect-sdk-ruby
1.18.0
- Added:
- Added property
validate_shopping_cart
to classHostedCheckoutSpecificInput
. - Added property
product_category
to classOrderLineDetails
. - Added property
iban
to classPaymentProductFieldValidators
.
- Added property
1.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
1.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
1.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
1.14.0
- Added:
- Added property
e_invoice_refund_method_specific_output
to classRefundOutput
- Added property
1.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
1.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
1.11.0
- Added:
- Added property
contact_details
to classCustomerRiskAssessment
.
- Added property
1.10.0
- Added:
- Added method
find
to classesPaymentsClient
,PayoutsClient
andRefundsClient
.
- Added method
1.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.