Skip to content

Commit

Permalink
Fix redirect after cancelled payment
Browse files Browse the repository at this point in the history
  • Loading branch information
lvgunst committed Dec 8, 2014
1 parent 0a4708a commit 44ee52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mollie/controllers/front/return.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function initContent()
$data['msg_details'] = $this->module->lang('We have not received a definite payment status. You will be notified as soon as we receive a confirmation of the bank/merchant.');
break;
case Mollie_API_Object_Payment::STATUS_CANCELLED:
Tools::redirect('/index.php?controller=order&step=3');
Tools::redirect('order&step=3');
break;
case Mollie_API_Object_Payment::STATUS_EXPIRED:
$data['msg_details'] = $this->module->lang('Unfortunately your order was expired.');
Expand Down

0 comments on commit 44ee52b

Please # to comment.