We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit f7bc9e07 authored by Rik ter Beek's avatar Rik ter Beek

Fixes #111 redirect to app

parent 7a7741c9
...@@ -85,7 +85,7 @@ class AdyenPosConfigProvider implements ConfigProviderInterface ...@@ -85,7 +85,7 @@ class AdyenPosConfigProvider implements ConfigProviderInterface
self::CODE => [ self::CODE => [
'isActive' => true, 'isActive' => true,
'redirectUrl' => $this->_urlBuilder->getUrl( 'redirectUrl' => $this->_urlBuilder->getUrl(
'adyen/process/redirect', ['_secure' => $this->_getRequest()->isSecure()]) 'adyen/process/redirectPos', ['_secure' => $this->_getRequest()->isSecure()])
] ]
] ]
]; ];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment