Skip to content

Commit 01cfa71

Browse files
committed
Merge pull request #12 from nielstholenaar/master
Fixed notification_url
2 parents a8c50b4 + 10a78b9 commit 01cfa71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/RestPurchaseRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ protected function getPaymentData()
393393
$data = array(
394394
'cancel_url' => $this->getCancelUrl(),
395395
'close_window' => $this->getCloseWindow(),
396-
'notify_url' => $this->getNotifyUrl(),
396+
'notification_url' => $this->getNotifyUrl(),
397397
'redirect_url' => $this->getReturnUrl(),
398398
);
399399

0 commit comments

Comments
 (0)