wip
This commit is contained in:
@@ -84,9 +84,7 @@ class MakePaymentNovaVisaMaster extends Action
|
|||||||
|
|
||||||
$total_amount = floatval(number_format($fields->payment_amount, 2, '.', '')) + 23;
|
$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);
|
$payment = $this->order($resource, $total_amount);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user