Skip to content

Commit 7341024

Browse files
committed
Add SecurePay callback URL
1 parent ddf42ea commit 7341024

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Omnipay/SecurePay/Message/DirectPostAuthorizeRequest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public function getData()
3131
$data['EPS_TIMESTAMP'] = gmdate('YmdHis');
3232
$data['EPS_FINGERPRINT'] = $this->generateFingerprint($data);
3333
$data['EPS_RESULTURL'] = $this->getReturnUrl();
34+
$data['EPS_CALLBACKURL'] = $this->getReturnUrl();
35+
$data['EPS_REDIRECT'] = 'TRUE';
3436
$data['EPS_CURRENCY'] = $this->getCurrency();
3537

3638
return $data;

0 commit comments

Comments
 (0)