Releases: Adyen/adyen-sapcommercecloud
Adyen Payment 6.1.1
Adyen Payment 6.1.0
[PW-1589]:Klarna Slice Support #130
Adyen Payment 6.0.0
[PW-1286]: Boleto state code truncated in Payment request #123
[PW-1369]: Checkout Version Upgrade to 3.0.0 #124
[PW-1476]: updated java library version to 2.4.1 #125
[PW-1212]: Klarna new integration support and session attributes cleanup #126
[PW-529]: Dynamic origin key support #127
Important changes in this release:
- Old klarna integration support is removed. All Klarna requests will be processed on new integration.
- Origin key configurations from backoffice is removed. Origin key will be generated dynamically and used in checkout components. No need to configure origin key anymore.
- Paypal ECS change is not compatible anymore. Planning to cleanup deadcode in future releases.
Adyen Payment 5.0.0
3DS2 support #115
Oney (facilpay) support added #120
Separated notification service from checkout addon #121
Important points :
-
This release supports 3DS2 and by default, 3DS2 is disabled. If you want to enable 3DS2 in your system, please set following property in local.properties file, build your environment and restart the server.
is3DS2allowed = true -
Notification service is a separate extension now and is not part of checkout addon anymore. This will enable OCC solution to use notification service.
This also resulted in a separate URL for receiving notifications. Also, now you need to provide name of your site id in notification URL as a parameter. For example:
Before It was-
https://host:port/adyen/v6/notification/json
and now it will be -
https://host:port/adyenv6notification/adyen/v6/notification/{site id for example electronics}/json
This can be updated in Adyen Backoffice configuration in server communications section.
Adyen Payment 4.2.0
Adyen Payment 4.1.0
Adyen Payment 4.0.2
Adyen Payment 4.0.1
Changelog:
- Use resultCode for redirect methods #96