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

2.18.1

22 Jan 08:19
Compare
Choose a tag to compare
  • Deprecated:
    • Deprecated property AuthMethod of struct payment.DecryptedPaymentData in favor of property PaymentMethod.

2.18.0

11 Dec 13:02
Compare
Choose a tag to compare
  • Added:
    • Added property LodgingData to structs payment.AdditionalOrderInput and definitions.AdditionalOrderInputAirlineData.
    • Added property ExemptionOutput to struct payment.ThreeDSecureResults.

2.17.0

05 Oct 14:33
Compare
Choose a tag to compare
  • Added:
    • Added properties AuthorizationMode, CustomerReference, RequiresApproval and SkipFraudService to struct hostedcheckout.MobilePaymentMethodSpecificInputHostedCheckout.
    • Added property ThreeDSecure to struct hostedcheckout.MobilePaymentProduct320SpecificInputHostedCheckout.
    • Added properties CustomerReference and PaymentProduct320SpecificInput to struct payment.MobilePaymentMethodSpecificInput.

2.16.0

18 Sep 12:17
Compare
Choose a tag to compare
  • Added:
    • Added property AcquirerCountry to structure product.PaymentProduct.

2.15.0

03 Sep 14:37
Compare
Choose a tag to compare
  • Added:
    • Added property AuthMethod to structure payment.DecryptedPaymentData.

2.14.0

11 Aug 07:12
Compare
Choose a tag to compare
  • Added:
    • Added property Installments to struct payment.AdditionalOrderInput.
    • Added property AllowsInstallments to structs product.PaymentProductGroup and product.PaymentProductGroupResponse.
    • Added method Devicefingerprint to struct payments.Client.
  • Deprecated:
    • Deprecated property NumberOfInstallments of struct payment.AdditionalOrderInput in favor of new property Installments.

2.13.0

24 Jul 14:44
Compare
Choose a tag to compare
  • Added:
    • Added property PaymentProduct302SpecificInput to struct hostedcheckout.MobilePaymentMethodSpecificInputHostedCheckout.
    • Added method Sessions to struct products.Client.

2.12.0

15 Jun 14:49
Compare
Choose a tag to compare
  • Added:
    • Added property AllowsInstallments to structs product.PaymentProduct and product.PaymentProductResponse.

2.11.0

04 Jun 07:00
Compare
Choose a tag to compare
  • Added:
    • Added property ReversalReason to structs capture.Output and payment.Output.

2.10.0

19 May 07:27
Compare
Choose a tag to compare
  • Added:
    • Added property AuthenticationAmount to structs payment.ThreeDSecure, payment.ThreeDSecureBase and payment.ThreeDSecureResults.
  • Fixed:
    • When logging request and response bodies, obfuscation does not fail silently if an object is attempted to be obfuscated.