diff --git a/vietnam-payment-gateways.php b/vietnam-payment-gateways.php index bb470c1..b9327c2 100644 --- a/vietnam-payment-gateways.php +++ b/vietnam-payment-gateways.php @@ -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;