Skip to content

Release version 11.2.0

Compare
Choose a tag to compare
@kpieloch kpieloch released this 11 Sep 10:24
· 938 commits to develop since this release

Added HMAC authentication for notification endpoint

Improved stability and logging

  • Added log level: info warn error to AdyenProcessNotificationCronJob and all services that are used by this job
  • Added exception handling in AdyenProcessNotificationCronJob
  • Added transaction support to the DefaultAdyenNotificationService

Upgrade of adyen-web library to version 5.49.1

Multiple partial capture example extension

Assumptions:

Order is being artificially split based on named delivery date - each order entry gets its own delivery date

Main goal of this example is to introduce multiple partial capture - this is done in AdyenCaptureConsignmentsAction

adyen-order-process is modified in impex in this extension - it contains 2 extra steps: splitOrder and captureConsignments

consignment processes are not used

no change of order status is considered

discount and delivery cost calculation when splitting order into consignments isn't addressed in this example - only entry total values are summed up (there might be need to adjust discount rules)

Setup:

add <extension name="adyenv6consignmentpartialcaptureexample"/> to localextensions.xml

do ant clean all and system update with check on adyenv6consignmentpartialcaptureexample extension to update dynamic business process

Added Adyen notifications view in the Backoffice with filtering and searching

image