This commit is contained in:
2022-10-31 04:24:43 +00:00
parent 098678f190
commit e9d8d55ba2
+3 -3
View File
@@ -150,9 +150,9 @@ function vnpg_init_gateway_class() {
$html .= '<ul>';
$html .= '<li class="order-amount">Số tiền: '. $order->get_total() . '</li>';
$html .= '<li class="bank-name">Ngân hàng: '. $this->bank . '</li>';
$html .= '<li class="account-number">Số tài khoản'. $this->account_number . '</li>';
$html .= '<li class="account-name">Chủ tài khoản'. $this->account_name . '</li>';
$html.= '<li class="prefix">Nội dung'. $this->prefix . $order_id .'</li>';
$html .= '<li class="account-number">Số tài khoản: '. $this->account_number . '</li>';
$html .= '<li class="account-name">Chủ tài khoản: '. $this->account_name . '</li>';
$html.= '<li class="prefix">Nội dung: '. $this->prefix . $order_id .'</li>';
$html .= '</ul>';
echo $html;