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