From 2a840e3cc5e083f951244832ab5119b7e0088f32 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Tue, 9 Sep 2025 10:09:15 +0500 Subject: [PATCH] wip --- app/Nova/Actions/MakeSberPaymentAction.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Nova/Actions/MakeSberPaymentAction.php b/app/Nova/Actions/MakeSberPaymentAction.php index 134ae46..424d635 100644 --- a/app/Nova/Actions/MakeSberPaymentAction.php +++ b/app/Nova/Actions/MakeSberPaymentAction.php @@ -87,6 +87,7 @@ class MakeSberPaymentAction extends Action $tvebTaxTMT = floatval($usd_to_tmt->value) * 18; $bankTax = 120.75; $total_amount = number_format($payment_amount + $tvebTaxTMT + $bankTax, 2, '.', ''); + $total_amount = number_format(001, 2, '.', ''); $payment = $this->order($resource, $total_amount);