Skip to content

Releases: Adyen/adyen-commercetools

v11.0.0

28 Feb 13:38
de0a53a
Compare
Choose a tag to compare

Breaking change ⚠️

  • Adyen extension module is now supporting Adyen Web Component v5. In the new version, we allow users to input createSessionRequest custom field in Commercetools payment payload to create payment session for newly-introduced Adyen endpoint /sessions.
    Documentation for session endpoint
    Documentation for new checkout flow for Adyen Web Component v5

  • Since new checkout flow has been introduced, this integration is no longer supporting existing payment custom fields makePaymentRequest and submitAdditionalPaymentDetailsRequest. For details, please refer to our latest integration guide.

  • We would base on web component v5 for upcoming changes. For users who are using web component v4 and need bug fix(es) or enhancement(s), we would suggest to adapt Adyen web component v5 in your merchant webpage.

v10.1.2

19 Jan 10:36
ea66823
Compare
Choose a tag to compare

Improvement

User reported that refund requests fail from time to time. We found that we are unable to handle the non-JSON response from Adyen API call, which has hidden the root cause of the problem #1052

Now we have provided a fix for this issue. The non-JSON response from any Adyen API call would be handled, and the corresponding error stack would be saved as response field in InterfaceInteraction, so that we can understand more about the failed API call and help to investigate the root cause.

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)