Releases: Adyen/adyen-commercetools
Releases · Adyen/adyen-commercetools
v4.0.2
Fix
- return empty actions when
paymentHandler
short-circuits #301
The response from an API Extension hosted in an AWS Lambda must contain a valid array for the actions property - i.e. undefined is not allowed.
(This is an addition to the previous PR: #297)
v4.0.1
Fix:
- AWS Lambda function fix for extension: Null check around paymentResult.data, which can be null if
paymentHandler
short circuits when not an Adyen payment. #297
Feat:
- use official node alpine image and update from node 8 to node 12.18.0 (LTS) #209
- JSON resources files were renamed regarding their content (Updated payment-interface-interaction-types.json content it's now not an array but a JSON object.) #285
v4.0.0
Breaking change:
Drop support for nodejs version 8, now the library uses nodejs 12. #190
v3.0.1
#97 delete obsolete additional data from payment response which is stored in interface Interactions.fields.
v2.1.2
Remove obsolete data from interface interactions (#84)
v2.1.1
New features
- Update dependencies for notification and extension modules (#77)
v2.1.0
New features
- Add AWS lambda support (#69, #68)
- User can enable/disable automatic CTP resource creation (#73)
v2.0.0
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
#60 Log request from CTP in case of unexpected error in extension module