wip
This commit is contained in:
@@ -100,16 +100,6 @@ class PayVisaMasterPaymentAction
|
|||||||
];
|
];
|
||||||
})
|
})
|
||||||
->action(function (array $data, VisaMasterPaymentOrder $record, Component $livewire): void {
|
->action(function (array $data, VisaMasterPaymentOrder $record, Component $livewire): void {
|
||||||
if (! isset($data['payment_amount']) || empty($data['payment_amount'])) {
|
|
||||||
Notification::make()
|
|
||||||
->title(__('Payment error').'!')
|
|
||||||
->body(__('Payment amount, USD rate, and total amount are required. Please try again.'))
|
|
||||||
->danger()
|
|
||||||
->send();
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** @var array{payment_amount: float, usd_rate: float, total_amount: float} */
|
/** @var array{payment_amount: float, usd_rate: float, total_amount: float} */
|
||||||
$formData = $data;
|
$formData = $data;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user