This commit is contained in:
2022-10-31 04:05:35 +00:00
parent 4750f17f25
commit f8bc90a5c2
+1 -1
View File
@@ -139,7 +139,7 @@ function vnpg_init_gateway_class() {
}
}
private function payment_details($order_id = '') {
private function payment_details($order_id) {
// Get order and store in $order.
$order = wc_get_order($order_id);