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-ruby

2.47.1

06 Mar 09:14
Compare
Choose a tag to compare
  • Fixed:
    • Reordered a module in modules.rb to prevent uninitialised constant errors.

2.47.0

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

2.46.0

16 Jan 08:52
Compare
Choose a tag to compare
  • Added:
    • Added property acquirer_promotion_code to class AbstractCardPaymentMethodSpecificInput.
    • 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.
  • 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.

2.45.0

12 Dec 12:54
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.

2.44.0

26 Oct 12:58
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.

2.43.0

16 Oct 11:39
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.

2.42.0

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

2.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.

2.40.0

28 Jun 07:50
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.

2.39.0

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