5.20.0
·
291 commits
to master
since this release
Included commits: 5.19.0...5.20.0
Improvements
- Introduced
PaymentConfig::getStoreFrontPaymentPage()method to allow redirects from ACP payments pages to the page defined in the method. - Adjusted behavior of
PaymentFacade::initForeignPaymentForCheckoutProcess()so it now uses thePaymentConfig::getStoreFrontPaymentPage()to change the redirect URL to the URL provided on the project level. It allows you to build your own payment page and embed the ACP payment page as an iframe. - Impacted
PaymentAuthorizationCheckoutPostSavePluginwith facade changes.