This commit is contained in:
2025-03-26 13:55:16 +05:00
parent 2785f4afdf
commit 619895cb6f
9 changed files with 292 additions and 3 deletions

View File

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