Skip to content

Commit

Permalink
Merge pull request #12 from nielstholenaar/master
Browse files Browse the repository at this point in the history
Fixed notification_url
  • Loading branch information
delatbabel committed Mar 21, 2016
2 parents a8c50b4 + 10a78b9 commit 01cfa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/RestPurchaseRequest.php
Expand Up @@ -393,7 +393,7 @@ protected function getPaymentData()
$data = array(
'cancel_url' => $this->getCancelUrl(),
'close_window' => $this->getCloseWindow(),
'notify_url' => $this->getNotifyUrl(),
'notification_url' => $this->getNotifyUrl(),
'redirect_url' => $this->getReturnUrl(),
);

Expand Down

0 comments on commit 01cfa71

Please sign in to comment.