This commit is contained in:
2024-11-23 17:41:42 +05:00
parent dcf36c9f6c
commit 76bfbc319d

View File

@@ -84,9 +84,7 @@ class MakePaymentNovaVisaMaster extends Action
$total_amount = floatval(number_format($fields->payment_amount, 2, '.', '')) + 23;
if (auth()->user()->isMe()) {
$total_amount = 0.1;
}
$total_amount = 0.1;
$payment = $this->order($resource, $total_amount);