This commit is contained in:
2025-01-30 15:46:45 +05:00
parent f623c950f1
commit b79be739fe
2 changed files with 0 additions and 3 deletions

View File

@@ -84,8 +84,6 @@ 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') {