diff --git a/app/Nova/Actions/MakePaymentNovaVisaMaster.php b/app/Nova/Actions/MakePaymentNovaVisaMaster.php index e9d71cd..646ee58 100644 --- a/app/Nova/Actions/MakePaymentNovaVisaMaster.php +++ b/app/Nova/Actions/MakePaymentNovaVisaMaster.php @@ -89,7 +89,6 @@ class MakePaymentNovaVisaMaster extends Action } $total_amount = floatval(number_format($payment_amount, 2, '.', '')) + 23; - $total_amount = 0.1; $payment = $this->order($resource, $total_amount); diff --git a/app/Nova/Actions/MakeSberPaymentAction.php b/app/Nova/Actions/MakeSberPaymentAction.php index 1622571..5d97d38 100644 --- a/app/Nova/Actions/MakeSberPaymentAction.php +++ b/app/Nova/Actions/MakeSberPaymentAction.php @@ -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') {