mirror of
https://github.com/10h30/vietnam-payment-gateways.git
synced 2026-06-05 15:09:40 +09:00
Bug fix for VietQR Barcode
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user