This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-go
Releases · Ingenico-ePayments/connect-sdk-go
2.18.1
- Deprecated:
- Deprecated property
AuthMethod
of structpayment.DecryptedPaymentData
in favor of propertyPaymentMethod
.
- Deprecated property
2.18.0
- Added:
- Added property
LodgingData
to structspayment.AdditionalOrderInput
anddefinitions.AdditionalOrderInputAirlineData
. - Added property
ExemptionOutput
to structpayment.ThreeDSecureResults
.
- Added property
2.17.0
- Added:
- Added properties
AuthorizationMode
,CustomerReference
,RequiresApproval
andSkipFraudService
to structhostedcheckout.MobilePaymentMethodSpecificInputHostedCheckout
. - Added property
ThreeDSecure
to structhostedcheckout.MobilePaymentProduct320SpecificInputHostedCheckout
. - Added properties
CustomerReference
andPaymentProduct320SpecificInput
to structpayment.MobilePaymentMethodSpecificInput
.
- Added properties
2.16.0
- Added:
- Added property
AcquirerCountry
to structureproduct.PaymentProduct
.
- Added property
2.15.0
- Added:
- Added property
AuthMethod
to structurepayment.DecryptedPaymentData
.
- Added property
2.14.0
- Added:
- Added property
Installments
to structpayment.AdditionalOrderInput
. - Added property
AllowsInstallments
to structsproduct.PaymentProductGroup
andproduct.PaymentProductGroupResponse
. - Added method
Devicefingerprint
to structpayments.Client
.
- Added property
- Deprecated:
- Deprecated property
NumberOfInstallments
of structpayment.AdditionalOrderInput
in favor of new propertyInstallments
.
- Deprecated property
2.13.0
- Added:
- Added property
PaymentProduct302SpecificInput
to structhostedcheckout.MobilePaymentMethodSpecificInputHostedCheckout
. - Added method
Sessions
to structproducts.Client
.
- Added property
2.12.0
- Added:
- Added property
AllowsInstallments
to structsproduct.PaymentProduct
andproduct.PaymentProductResponse
.
- Added property
2.11.0
- Added:
- Added property
ReversalReason
to structscapture.Output
andpayment.Output
.
- Added property
2.10.0
- Added:
- Added property
AuthenticationAmount
to structspayment.ThreeDSecure
,payment.ThreeDSecureBase
andpayment.ThreeDSecureResults
.
- Added property
- Fixed:
- When logging request and response bodies, obfuscation does not fail silently if an object is attempted to be obfuscated.