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

1.18.0

30 Jan 09:24
Compare
Choose a tag to compare
  • Added:
    • Added property validate_shopping_cart to class HostedCheckoutSpecificInput.
    • Added property product_category to class OrderLineDetails.
    • Added property iban to class PaymentProductFieldValidators.

1.17.0

15 Jan 08:40
Compare
Choose a tag to compare
  • Added:
    • Added property device_fingerprint_transaction_id to class FraudFields.
    • Added property device_fingerprint_enabled to class PaymentProduct.
    • Added property terms_and_conditions to class PaymentProductFieldValidators.
    • Added method device_fingerprint to class ProductsClient.
  • Changed:
    • Renamed property finger_print_activated of class FraudFields to device_fingerprint_activated.

1.16.0

18 Dec 13:21
Compare
Choose a tag to compare
  • Added:
    • Added property passengers to class AirlineData.
    • Added property service_class to class AirlineFlightLeg.
    • Added property hosted_checkout_specific_output to class Payment.
    • Added property fraud_results to class RedirectPaymentMethodSpecificOutput.
    • Added property alias to classes CreateMandateBase and MandateResponse.
    • Added properties asset_url and client_api_url to class SessionResponse.

1.15.0

06 Dec 08:32
Compare
Choose a tag to compare
  • Added:
    • Added classes CreateMandateWithReturnUrl and SepaDirectDebitPaymentProduct771SpecificInputBase.
  • Changed:
    • Class CreateMandateRequest now extends new class CreateMandateWithReturnUrl instead of CreateMandateBase.
    • Restructured the type hierarchy of classes SepaDirectDebitPaymentMethodSpecificInput, SepaDirectDebitPaymentMethodSpecificInputBase and SepaDirectDebitPaymentProduct771SpecificInput.

1.14.0

25 Nov 13:07
Compare
Choose a tag to compare
  • Added:
    • Added property e_invoice_refund_method_specific_output to class RefundOutput

1.13.0

09 Nov 10:25
Compare
Choose a tag to compare
  • Added:
    • Added property seller to class Order.
    • Added properties e_invoice_payment_method_specific_input and sepa_direct_debit_payment_method_specific_input to class CreateHostedCheckoutRequest.
    • Added property return_cancel_state to class HostedCheckoutSpecificInput.
    • Added property payment_product771_specific_output to class SepaDirectDebitPaymentMethodSpecificOutput.
    • Added class MandatesClient and method Client.mandates to support mandates.
    • Added classes EInvoicePaymentMethodSpecificInputBase, SepaDirectDebitPaymentMethodSpecificInputBase and RedirectDataBase.
  • Changed:
    • Class EInvoicePaymentMethodSpecificInput now extends class EInvoicePaymentMethodSpecificInputBase instead of extending AbstractPaymentMethodSpecificInput directly.
    • Class SepaDirectDebitPaymentMethodSpecificInput now extends class SepaDirectDebitPaymentMethodSpecificInputBase instead of extending AbstractPaymentMethodSpecificInput directly.
    • Class RedirectData now extends class RedirectDataBase.

1.12.0

31 Oct 16:38
Compare
Choose a tag to compare
  • Added:
    • Added new payment method EInvoice to support the new AfterPay Installments and AfterPay Invoice products.
    • Added method customer_details to class ProductsClient.
    • Added properties product_name and google_product_category_id to class OrderLineDetails.
    • Added property fields_warning to class PaymentProduct.
    • Added property used_for_lookup to class PaymentProductField. This field indicates if the payment product field can and should be provided for a call to the new ProductsClient.customer_details method.
    • Added property link to class PaymentProductFieldDisplayHints which is a URL that points to the Terms and Conditions for the product.
    • Added property display_elements to class ValueMappingElement.
  • Deprecated:
    • Deprecated property display_name of class ValueMappingElement in favor of an element with the same id in the display_elements list.

1.11.0

27 Sep 09:32
Compare
Choose a tag to compare
  • Added:
    • Added property contact_details to class CustomerRiskAssessment.

1.10.0

15 Sep 12:55
Compare
Choose a tag to compare
  • Added:
    • Added method find to classes PaymentsClient, PayoutsClient and RefundsClient.

1.9.0

08 Sep 13:03
Compare
Choose a tag to compare
  • 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.