This commit is contained in:
2024-11-25 21:45:16 +05:00
parent 6f9cf5a256
commit 5d6803dd79
2 changed files with 4 additions and 6 deletions

View File

@@ -34,12 +34,6 @@ class MakeSberPaymentAction extends Action
$payment_amount = floatval($fields->get('payment_amount'));
$usd_payment = $fields->get('usd_payment');
info([
'usd_to_tmt' => $usd_to_tmt,
'payment_amount' => $payment_amount,
'usd_payment' => $usd_payment,
]);
if (! $usd_to_tmt || ! $payment_amount || ! $usd_payment) {
return ActionResponse::danger('Walýuta hasaby girizilmedik, operator bilen habarlaşmagyňyzy haýyş edýärin.');
}