This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-nodejs
Releases · Ingenico-ePayments/connect-sdk-nodejs
2.5.0
- Added:
- Added calls
payments.complete
andpayments.thirdPartyStatus
. - Added support for initialization property
shoppingCartExtension.extensionId
.
- Added calls
2.4.0
- Added
- Added support for captures through module
captures
and functionspayments.capture
andpayments.captures
. - Added properties
addressesAreIdentical
,blackListData
,cardOwnerAddress
,fingerPrintActivated
andshippingDetails
to classFraudFields
. - Added property
transactionChannel
to classCardPaymentMethodSpecificInputBase
. - Added properties
bankTransferPayoutMethodSpecificInput
andcardPayoutMethodSpecificInput
to classCreatePayoutRequest
.
- Added support for captures through module
- Deprecated:
- Deprecated properties
bankAccountBban
,bankAccountIban
,customer
,payoutDate
,payoutText
andswiftCode
of classCreatePayoutRequest
in favor of using new properybankTransferPayoutMethodSpecificInput
.
- Deprecated properties
2.3.0
- Added:
- Added class
AmountBreakdown
. This contains the amount type (AIRPORT_TAX
,DUTY
, etc.) and amount. - Added class
ShoppingCart
. This object is used in classOrder
as new propertyshoppingCart
, and contains a list ofAmountBreakdown
objects. - Added class
OrderLineDetails
. This object is present on classLineItem
as new propertyorderLineDetails
, and contains the exact same fields asLineItemLevel3InterchangeInformation
, which is now deprecated. - Added property
RedirectPaymentMethodSpecificInputBase.expirationPeriod
, to replace the property with the same name of classRedirectPaymentProduct809SpecificInput
.
- Added class
- Deprecated:
- Deprecated class
Level3SummaryData
and replaced it withShoppingCart
. The separate amounts should be replaced withAmountBreakdown
objects with the correct amount type. - Deprecated property
AdditionalOrderInput.level3SummaryData
and replaced it withOrder.shoppingCart
. Providing both in aCreatePaymentRequest
orCreateHostedCheckoutRequest
will result in a validation error. - Deprecated property
LineItem.level3InterchangeInformation
and replaced it withLineItem.orderLineDetails
. Providing both in aCreatePaymentRequest
orCreateHostedCheckoutRequest
will result in a validation error. - Deprecated property
RedirectPaymentProduct809SpecificInput.expirationPeriod
and replaced it withRedirectPaymentMethodSpecificInputBase.expirationPeriod
.
- Deprecated class
2.2.0
- Added:
- Added properties
category
andid
to classAPIError
. - Added property
tokenize
to classesCardPaymentMethodSpecificInputBase
,NonSepaDirectDebitPaymentMethodSpecificInput
andSepaDirectDebitPaymentMethodSpecificInput
.
- Added properties
- Fixed:
- Initialization property
intergrator
has been replaced with the correctly namedintegrator
.intergrator
remains for backwards compatibility.
- Initialization property
2.1.1
- Fixed:
- Made
DecryptedPaymentData.eci
non-required.
- Made
2.1.0
- Added:
- Added support for payment method
mobile
through the following properties and methods:CreatePaymentRequest.mobilePaymentMethodSpecificInput
products.networks
products.publicKey
- Added properties
authorizationMode
andrequiresApproval
to classCardPaymentMethodSpecificInputBase
.
- Added support for payment method
- Deprecated:
- Deprecated property
paymentMethodSpecificOutput
of classPaymentApprovalResponse
in favor of new propertycardPaymentMethodSpecificOutput
.
- Deprecated property
2.0.0
- Added:
- Added support for more server meta info through the following initialization properties:
integrator
(string)shoppingCartExtension
(an object with required string propertiescreator
,name
andversion
)
- Added support for more server meta info through the following initialization properties:
- Removed:
- Removed support for payment product 707.
1.1.2
- Fixed:
- Fixed the
sdkIdentifier
value in theX-GCS-ServerMetaInfo
header.
- Fixed the
1.1.1
- Fixed:
- Fixed the case of several file names.
- Fixed the case of
dateformat
in a require statement.
1.1.0
- Added:
- Added property
paymentProductFilters
to classesHostedCheckoutSpecificInput
andSessionRequest
to support improved filtering of payment products.
- Added property