Skip to content

Commit

Permalink
Replaced variable return_url in request with redirect_url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawnerd committed Mar 6, 2016
1 parent 342d0a3 commit 2705d99
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 2705d99

Please sign in to comment.