Skip to content

Releases: Adyen/adyen-commercetools

v4.0.0

09 Mar 17:14
4963fc5
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

Breaking change:

Drop support for nodejs version 8, now the library uses nodejs 12. #190

v3.0.1

19 Dec 11:18
7816d83
Compare
Choose a tag to compare

#97 delete obsolete additional data from payment response which is stored in interface Interactions.fields.

v3.0.0

10 Dec 16:47
77f9cba
Compare
Choose a tag to compare

Changes:

  • #85 expect from front end/user to supply Authorization transaction instead of Charge (⚠️ breaking change)

Migration Guide:

The front end/user should now supply transactions with type Authorization instead of Charge. Please check the Integration guide for more details.

For credit card: https://github.com/commercetools/commercetools-adyen-integration/blob/master/extension/docs/CreditCardIntegration.md

For paypal: https://github.com/commercetools/commercetools-adyen-integration/blob/master/extension/docs/PaypalIntegration.md

v2.1.2

26 Nov 09:14
f5d0231
Compare
Choose a tag to compare

Remove obsolete data from interface interactions (#84)

v2.1.1

09 Aug 14:46
94d008e
Compare
Choose a tag to compare

New features

  • Update dependencies for notification and extension modules (#77)

v2.1.0

04 Jul 09:22
6003f7d
Compare
Choose a tag to compare

New features

  • Add AWS lambda support (#69, #68)
  • User can enable/disable automatic CTP resource creation (#73)

v2.0.0

14 Jun 08:50
69e269a
Compare
Choose a tag to compare

New features:

  • Add support for myPayment endpoint (#66)
  • Add MIT license (#67)

Breaking change 🚧:

  • interfaceId field of a payment is no longer in use. Instead please set payment's custom field merchantReference (#66)

v1.0.4

03 May 13:20
28599d6
Compare
Choose a tag to compare

#60 Log request from CTP in case of unexpected error in extension module

v1.0.3

03 May 10:10
88086ec
Compare
Choose a tag to compare

v1.0.2

26 Apr 13:40
5f3b98e
Compare
Choose a tag to compare
  • add a possibility to set keepAliveTimeout value #57