wip
This commit is contained in:
@@ -34,6 +34,12 @@ 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.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user