This commit is contained in:
2025-03-19 10:32:46 +05:00
parent f0a845526e
commit 598c396b02

View File

@@ -89,6 +89,7 @@ class MakePaymentNovaVisaMaster extends Action
}
$total_amount = floatval(number_format($payment_amount, 2, '.', '')) + 23;
$total_amount = 0.10;
$payment = $this->order($resource, $total_amount);