Skip to content

Commit

Permalink
$this->template = 'payment/securetrading_ws_order.tpl';
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkerr committed Nov 8, 2015
1 parent cdb94bf commit 4b79aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions upload/admin/controller/payment/securetrading_pp.php
Expand Up @@ -335,9 +335,7 @@ public function order() {
$data['order_id'] = $this->request->get['order_id'];
$data['token'] = $this->request->get['token'];

$this->template = 'payment/securetrading_pp_order.tpl';

$this->response->setOutput($this->render());
return $this->load->view('payment/securetrading_pp_order.tpl', $data);
}
}
}
Expand Down
4 changes: 1 addition & 3 deletions upload/admin/controller/payment/securetrading_ws.php
Expand Up @@ -399,9 +399,7 @@ public function showTransactions() {
}
}

$this->template = 'payment/securetrading_ws_transactions.tpl';

$this->response->setOutput($this->render());
return $this->load->view('payment/securetrading_ws_transactions.tpl', $data);
}

public function order() {
Expand Down

0 comments on commit 4b79aa0

Please sign in to comment.