Skip to content

Commit

Permalink
empty error message when payment has verify
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza1607 committed Aug 3, 2015
1 parent cfe2137 commit b02e982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalog/controller/payment/frotel.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ public function callback()
');
$this->session->data['frotel_data']['pay'] = 1;
$this->session->data['pay_verify'] = sprintf($this->language->get('verify_success'),$result['code']);
$this->session->data['pay_error'] = null;
$this->response->redirect($this->url->link('checkout/success','','SSL'));
} else {
$this->session->data['pay_error'] = $result['message'];
Expand Down

0 comments on commit b02e982

Please sign in to comment.