Skip to content

Commit

Permalink
Merge pull request #11 from Pawnerd/fix_for_redirect_url
Browse files Browse the repository at this point in the history
Replaced variable return_url in request with redirect_url.
  • Loading branch information
delatbabel committed Mar 18, 2016
2 parents 779784c + 2705d99 commit a8c50b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/RestPurchaseRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ protected function getPaymentData()
'cancel_url' => $this->getCancelUrl(),
'close_window' => $this->getCloseWindow(),
'notify_url' => $this->getNotifyUrl(),
'return_url' => $this->getReturnUrl(),
'redirect_url' => $this->getReturnUrl(),
);

return array_filter($data);
Expand Down

0 comments on commit a8c50b4

Please sign in to comment.