Skip to content

Releases: Adyen/adyen-sapcommercecloud

Adyen Payment 6.1.1

06 Sep 14:03
Compare
Choose a tag to compare

[PW-1328]: Order Process files added for Hybris 6.7 #132
[PW-1651]: Bug fix for session issue caused by klarna incomplete transactions #133

Adyen Payment 6.1.0

08 Aug 12:58
Compare
Choose a tag to compare

[PW-1589]:Klarna Slice Support #130

Adyen Payment 6.0.0

01 Aug 09:50
Compare
Choose a tag to compare

[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:

  1. Old klarna integration support is removed. All Klarna requests will be processed on new integration.
  2. 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.
  3. Paypal ECS change is not compatible anymore. Planning to cleanup deadcode in future releases.

Adyen Payment 5.0.0

02 Jul 12:20
Compare
Choose a tag to compare

3DS2 support #115
Oney (facilpay) support added #120
Separated notification service from checkout addon #121

Important points :

  1. 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

  2. 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

30 Apr 12:04
Compare
Choose a tag to compare

Feature/multibanco #110
Boleto missing fields #111
Hide all wechatpay and only show wechatpayWeb #112
[PW-1175]: Installment support added for OCC #113
Add labels for boleto fields in backoffice update version #117

Adyen Payment 4.1.0

08 Mar 13:04
Compare
Choose a tag to compare

Move Boleto to Checkout API #103
OCC Boleto issue Fix #104
Excluded bcmc_mobile_QR alternate payment method #105
Checkout component version upgrade to 2.1 #106
Moved common beans to adyenv6core extension from checkout addon #107

Adyen Payment 4.0.2

07 Feb 10:30
Compare
Choose a tag to compare

Move checkout facades to core extension #98
Moved checkout facades bean initialization to core extension #99
Added checkout components for CC, OneClick and BCMC #100
Move populators to core extension for OCC #101

Adyen Payment 4.0.1

04 Dec 15:10
Compare
Choose a tag to compare

Changelog:

  • Use resultCode for redirect methods #96

Adyen Payment 4.0.0

22 Nov 13:01
Compare
Choose a tag to compare

Changelog:

  • Route payments via Checkout API (#76 #77 #79 #80 #82 #84 #90 )
  • Added OCC compatible facade methods for payments processing and stored card listing ( #85 #87 #88 #92 )
  • Added application info #91
  • Bugfix for Klarna social security number input #93

Adyen Payment 3.4.0

12 Oct 12:38
Compare
Choose a tag to compare

Changelog:

  • Use rememberdetails validator only in case of Credit Card #73
  • Regenerate cart references for HPP payments #74
  • Removed exception when locking session cart #75
  • Use response to indicate success when disabling stored cards #75
  • Sonar Error fixes for SAP certification #86