We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) 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
self::CODE => [
'isActive' => true,
'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