3.0.0
spryker-release-bot
released this
17 Sep 08:23
·
43 commits
to master
since this release
Included commits: 2.0.1...3.0.0
Improvements
- Introduced
spy_payment_computop_notification
table to persist push notifications from Computop. - Introduced
spy_payment_computop_order_item.is_payment_confirmed
field to check if push notification was received for a specific order item. - Added
spryker-shop/checkout-page
module to dependencies. - Added
spryker/country
module to dependencies. - Added
spryker/refund
module to dependencies. - Added
spryker/router
module to dependencies. - Added
spryker/util-encoding
module to dependencies. - Increased
spryker/kernel
module version dependency to^3.30.0
. - Removed
spryker/silex
module form required dependencies. - Introduced
ComputopFacade::processNotification()
to handle notification messages from Computop. - Introduced
ComputopClient::processNotification()
to handle notification messages from Computop. - Introduced
ComputopRouteProviderPlugin
. - Adjusted
INIT
API call forCreditCard
payment method in order to use required data for PSD2. - Adjusted
INIT
API call forPayNow
payment method in order to use required data for PSD2. - Adjusted
RefundPlugin
OMS command plugin in order to create refund entity on success result ofREFUND
API call. - Introduced
IsPaymentConfirmedPlugin
OMS condition plugin to check if push notification was received for a specific order item. - Adjusted
ComputopCreditCard01
state machine example in order to useNotify
functionality. - Adjusted
ComputopDirectDebit01
state machine example in order to useNotify
functionality. - Adjusted
ComputopIdeal01
state machine example in order to useNotify
functionality. - Adjusted
ComputopPaydirekt01
state machine example in order to useNotify
functionality. - Adjusted
ComputopPayNow01
state machine example in order to useNotify
functionality. - Adjusted
ComputopPayPal01
state machine example in order to useNotify
functionality. - Adjusted
ComputopSofort01
state machine example in order to useNotify
functionality.
Deprecations
- Deprecated
ComputopControllerProvider
.