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.28.0
- Added:
- Added property
ProductSku
to structpayment.OrderLineDetails
. - Added method
Refund
to structcaptures.Client
.
- Added property
2.27.0
- Added:
- Added property
PartialPin
to structdefinitions.Card
.
- Added property
2.26.0
- Added:
- Added property
MicrosoftFraudProtection
to structdefinitions.CardFraudResults
. - Added method
Delete
to structhostedcheckouts.Client
.
- Added property
2.25.0
- Added:
- Added property
TransactionRiskLevel
to structspayment.ThreeDSecure
andpayment.ThreeDSecureBase
. - Added property
Data
to structpayment.CustomerAccountAuthentication
.
- Added property
2.24.0
- Changed:
- Renamed properties
vpa
andmerchant_name
of classRedirectPaymentProduct4101SpecificInput
tovirtual_payment_address
anddisplay_name
respectively.
- Renamed properties
- Removed:
- Removed property
transaction_note
of classRedirectPaymentProduct4101SpecificInput
. Useorder.reference.descriptor
instead.
- Removed property
All these changes are for the UPI payment product which is not yet in use.
2.23.0
- Added:
- Added property
PayoutDetails
to structpayout.CreatePayoutRequest
. - Added property
Recipient
to structpayout.CardPayoutMethodSpecificInput
.
- Added property
- Deprecated:
- Deprecated properties
AmountOfMoney
andReferences
of structpayout.CreatePayoutRequest
in favor of new propertyPayoutDetails
. Previously deprecated propertyCustomer
should now also be replaced byPayoutDetails
. - Deprecated property
Customer
of structpayout.BankTransferPayoutMethodSpecificInput
in favor of new propertyPayoutDetails
of structpayout.CreatePayoutRequest
.
- Deprecated properties
2.22.0
- Added:
- Added property
SdkUITypes
to structpayment.DeviceRenderOptions
. - Added properties
MerchantName
andTransactionNote
to structpayment.RedirectPaymentProduct4101SpecificInput
.
- Added property
- Deprecated:
- Deprecated property
SdkUIType
of structpayment.DeviceRenderOptions
in favor of new propertySdkUITypes
.
- Deprecated property
2.21.0
- Added:
- Added property
PaymentProduct4101SpecificInput
to structpayment.RedirectPaymentMethodSpecificInput
.
- Added property
- Changed:
- For webhooks signature validation,
crypto/subtle
'sConstantTimeCompare
is used instead of custom code.
- For webhooks signature validation,
- Deprecated:
- Deprecated property
DeviceInfo
of structpayment.SdkDataInput
with no replacement.
- Deprecated property
2.20.0
- Added:
- Added properties
BankAccountBban
andBic
to structpayment.RedirectPaymentMethodSpecificOutput
. - Added property
IsInstallments
to structservices.PaymentContext
.
- Added properties
2.19.0
- Added:
- Added property
RequiresApproval
to structspayment.NonSepaDirectDebitPaymentMethodSpecificInput
andpayment.SepaDirectDebitPaymentMethodSpecificInput
.
- Added property