diff --git a/catalog/controller/payment/payze.php b/catalog/controller/payment/payze.php index 6965e6d..cc7c7c3 100644 --- a/catalog/controller/payment/payze.php +++ b/catalog/controller/payment/payze.php @@ -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 ]; diff --git a/install.json b/install.json index 2861d27..5acc15a 100644 --- a/install.json +++ b/install.json @@ -2,7 +2,7 @@ "name": "Payze", "code": "payze", "license": "GPL", - "version": "1.0.0", + "version": "1.0.1", "author": "Dreamvention", "link": "https://dreamvention.com/" } \ No newline at end of file