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
2.47.1
2.47.0
- Added:
- Added property
is_installments
to classesFindProductgroupsParams
,GetProductgroupParams
,FindProductsParams
andGetProductParams
.
- Added property
2.46.0
- Added:
- Added property
acquirer_promotion_code
to classAbstractCardPaymentMethodSpecificInput
. - Each Ruby module comes with a matching Ruby source file that requires every file in that module. This allows the entire SDK to be required with just one
requires
clause.
- Added property
- Changed:
- Split off webhooks signature validation to class
SignatureValidator
. - Module declarations are now nested. This allows each separate Ruby file to be used separately in
requires
clauses.
- Split off webhooks signature validation to class
2.45.0
- Added:
- Added property
fraud_results
to classEInvoicePaymentMethodSpecificOutput
. - Added property
is_authentication_supported
to classPaymentProduct
.
- Added property
- Changed:
- Moved property
microsoft_fraud_protection
from classCardFraudResults
to its super classFraudResults
.
- Moved property
- Removed:
- Removed property
device_info
from classSdkDataInput
, as this property is no longer supported by the REST API.
- Removed property
2.44.0
- Added:
- Added property
account_funding_recipient
to classAdditionalOrderInput
. - Added property
is_company
to classCustomer
. - Added property
funding_type
to classOrderTypeInformation
. - Added property
identification
to classPersonalInformation
.
- Added property
- Deprecated:
- Deprecated class
LoanRecipient
and propertyloan_recipient
of classAdditionalOrderInput
.
- Deprecated class
2.43.0
- Added:
- Added property
recurring_payments_data
to classHostedCheckoutSpecificInput
. - Added property
amount_of_money_total
to classInstallments
. - Added method
installments
to classMerchantClient
.
- Added property
2.42.0
- Added:
- Added property
card
to classRefundCardMethodSpecificOutput
.
- Added property
2.41.0
- Added:
- Added properties
is_retriable
andprovider_raw_output
to classesCaptureStatusOutput
andOrderStatusOutput
. ClassPaymentStatusOutput
now inherits these fromOrderStatusOutput
. - Added properties
provider_id
andprovider_merchant_id
to classOrderReferences
. - Added property
authorisation_code
to classRefundCardMethodSpecificOutput
.
- Added properties
2.40.0
- Added:
- Added property
is_checked_remember_me
to classesCreatedPaymentOutput
andPaymentCreationOutput
. - Added property
provider_merchant_id
to classPaymentReferences
. - Added property
provider_raw_output
to classPaymentStatusOutput
. - Added property
cardholder_name
to classSchemeTokenData
.
- Added property
2.39.0
- Added:
- Added property
number_in_party
to classAirlineData
.
- Added property