@vsf-enterprise/adyen-sfcc-sdk
2.1.0
Minor Changes
- 6cce319: CHANGED Fixed, an issue with onOrderSuccess, triggering onError in the /payment flow
2.0.0
Major Changes
- 437bbaa: - ADDED New custom
onOrderSuccess
callback added to the SDK, which is triggered automatically at the end of the /payment /paymentDetails calls.- CHANGED The
returnUrl
configuration option has been changed tobaseUrl
to reflect updated functionality and can no longer be a function.
- CHANGED The
1.0.2
Patch Changes
- 22eda81: FIXED Unnecessary append of order number to
redirectUrl
after successful payment details submit.
1.0.1
Patch Changes
- 8861147:
createSession
can be called without parameters.mountPaymentElement
no longer requiresadyenConfiguration
. SDK Axios client haswithCredentials
set totrue
by default.
1.0.0
Major Changes
- Stable version of Adyen SFCC integration, based on the SDK pattern.