Add echo $html

This commit is contained in:
2022-10-31 03:43:34 +00:00
parent 6cc6f487d8
commit fcfad9555c
+2
View File
@@ -153,6 +153,8 @@ function vnpg_init_gateway_class() {
$html .= '<li class="account-name">'. $this->account_name . '</li>';
$html.= '<li class="prefix">'. $this->prefix . $order_id .'</li>';
$html .= '</ul>';
echo $html;
}
/**