Skip to content

Commit

Permalink
Fixed redirect for authorizenet_sim.php
Browse files Browse the repository at this point in the history
Close #3052
Close #3051
  • Loading branch information
jamesallsup committed May 27, 2015
1 parent 6c126c8 commit 59336a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/payment/authorizenet_sim.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function index() {

$this->session->data['success'] = $this->language->get('text_success');

$this->redirect($this->url->link('extension/payment', 'token=' . $this->session->data['token'], 'SSL'));
$this->response->redirect($this->url->link('extension/payment', 'token=' . $this->session->data['token'], 'SSL'));
}

$data['heading_title'] = $this->language->get('heading_title');
Expand Down

0 comments on commit 59336a1

Please sign in to comment.