wip
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user