Bug fix for VietQR Barcode

This commit is contained in:
2022-10-31 04:53:56 +00:00
parent 57bc057e63
commit c9da717459
+1 -1
View File
@@ -203,7 +203,7 @@ function vnpg_init_gateway_class() {
$accountName = $this->account_name;
$bank = $this->bank;
$amount = $order->get_total();
$info = $account_fields['memo']['2value'];
$info = $this->prefix . $order_id;
$template = $this->template_id;