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.
2 parents 75a0ee8 + dc7545d commit a7b1b55Copy full SHA for a7b1b55
src/Message/DirectPostAuthorizeRequest.php
@@ -22,7 +22,7 @@ public function getData()
22
$data['EPS_TIMESTAMP'] = gmdate('YmdHis');
23
$data['EPS_FINGERPRINT'] = $this->generateFingerprint($data);
24
$data['EPS_RESULTURL'] = $this->getReturnUrl();
25
- $data['EPS_CALLBACKURL'] = $this->getReturnUrl();
+ $data['EPS_CALLBACKURL'] = $this->getNotifyUrl() ?: $this->getReturnUrl();
26
$data['EPS_REDIRECT'] = 'TRUE';
27
$data['EPS_CURRENCY'] = $this->getCurrency();
28
0 commit comments