Skip to content

5.20.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 23 Jul 15:01
· 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 the PaymentConfig::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 PaymentAuthorizationCheckoutPostSavePlugin with facade changes.