We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf42ea commit 7341024Copy full SHA for 7341024
src/Omnipay/SecurePay/Message/DirectPostAuthorizeRequest.php
@@ -31,6 +31,8 @@ public function getData()
31
$data['EPS_TIMESTAMP'] = gmdate('YmdHis');
32
$data['EPS_FINGERPRINT'] = $this->generateFingerprint($data);
33
$data['EPS_RESULTURL'] = $this->getReturnUrl();
34
+ $data['EPS_CALLBACKURL'] = $this->getReturnUrl();
35
+ $data['EPS_REDIRECT'] = 'TRUE';
36
$data['EPS_CURRENCY'] = $this->getCurrency();
37
38
return $data;
0 commit comments