Skip to content

Releases: Adyen/adyen-commercetools

v10.1.1

13 Jan 10:03
168c585
Compare
Choose a tag to compare

Bug Fix

  • After we introduced custom field for refund reference in v9.10.0, it leads to unmatched payment in notification because the the reference obtained in notification is not matched with payment key. To fix it, we now use either pspReference or merchantReference as payment key, and lookup the corresponding payment with them (or originalReference if it exists) in notification module.

For more information, please refer to our architectural decision record

v10.1.0

21 Nov 14:43
9714bfb
Compare
Choose a tag to compare

New feature

  • Add a script to ensure a webhook and HMAC key for the notification module. If you have not set up webhooks for your notification module yet, you can use the script to set it up for you. For detailed information see the Integration Guide for the notification module

v10.0.2

22 Sep 14:17
9a37b97
Compare
Choose a tag to compare

Bug fix

  • Extension module: submit payment details: add a check if a transaction already exists before creating a new transaction (#1019)

v10.0.1

19 Sep 17:01
b5fe46c
Compare
Choose a tag to compare

Bug fix

  • When there are no changes for API extensions, ensure API extensions won't update API extensions. (#1017)

v10.0.0

16 Sep 15:22
423a3f2
Compare
Choose a tag to compare

Breaking change ⚠️

v9.13.0

09 Sep 20:11
a01d778
Compare
Choose a tag to compare

Extension module

Feature

  • adyen-integration can automatically generate unique idempotency key for manual capture requests and refund requests. Have a look at refund and manual capture documentation. (#930)

v9.12.0

09 Sep 12:53
a6d3a29
Compare
Choose a tag to compare

Extension module

Feature

v9.11.0

24 Aug 14:40
b8d6e25
Compare
Choose a tag to compare

Features

  • Users can add idempotency key field to allow retry for captures and refunds. For more info about this feature see the documentation for Capture and Retry (#1000)
  • Users can disable stored payments. For more info about this feature see the documentation.(#1004)

v9.10.0

08 Aug 08:47
84fd04b
Compare
Choose a tag to compare

Feature

  • Add custom transaction field field for refund reference (#997)

v9.9.2

03 Aug 14:15
a2ae66c
Compare
Choose a tag to compare

Improvement

  • Add support of Azure deployment for both Extension and Notification modules (#993) - for detailed information check the documentation.