Skip to content

Commit

Permalink
feat: add channel
Browse files Browse the repository at this point in the history
  • Loading branch information
artembelfox committed Mar 29, 2023
1 parent 7335547 commit c5d567a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions catalog/controller/payment/payze.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public function confirm(): void {
'callbackError' => str_replace('&', '&', $this->url->link('extension/payze/payment/payze', 'failure_page=true&language=' . $this->config->get('config_language'))),
'preauthorize' => $preauthorize,
'lang' => 'EN',
'channel' => 'opencart',
'hookUrl' => str_replace('&', '&', $this->url->link('extension/payze/payment/payze', 'authorization_token=' . $order_info['order_id'] . '_' . date('Ymd_His'))),
'hookRefund' => true
];
Expand Down
2 changes: 1 addition & 1 deletion install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Payze",
"code": "payze",
"license": "GPL",
"version": "1.0.0",
"version": "1.0.1",
"author": "Dreamvention",
"link": "https://dreamvention.com/"
}

0 comments on commit c5d567a

Please sign in to comment.