Skip to content

Commit

Permalink
Update securetrading_ws.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter authored Dec 27, 2023
1 parent 6b4c8ac commit 278260c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ public function order(): string {
$data['securetrading_ws_order'] = $securetrading_ws_order;
$data['auto_settle'] = $securetrading_ws_order['settle_type'];
$data['order_id'] = (int)$this->request->get['order_id'];

$data['user_token'] = $this->session->data['user_token'];

return $this->load->view('extension/payment/securetrading_ws_order', $data);
Expand Down

0 comments on commit 278260c

Please sign in to comment.