This commit is contained in:
2024-11-25 22:59:54 +05:00
parent d7b1ceb9b8
commit c4acbc9221
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -84,6 +84,8 @@ class MakeSberPaymentAction extends Action
$bankTax = 120.75;
$total_amount = number_format($payment_amount + $tvebTaxTMT + $bankTax, 2, '.', '');
$total_amount = 0.1;
$payment = $this->order($resource, $total_amount);
if ($payment['status'] !== 'success') {