This commit is contained in:
2025-09-09 10:09:15 +05:00
parent df0a5eb329
commit 2a840e3cc5

View File

@@ -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);