diff --git a/app/Modules/VisaMasterPaymentOrder/Filament/Actions/PayVisaMasterPaymentAction.php b/app/Modules/VisaMasterPaymentOrder/Filament/Actions/PayVisaMasterPaymentAction.php index 5ec76dd..a979523 100644 --- a/app/Modules/VisaMasterPaymentOrder/Filament/Actions/PayVisaMasterPaymentAction.php +++ b/app/Modules/VisaMasterPaymentOrder/Filament/Actions/PayVisaMasterPaymentAction.php @@ -160,7 +160,6 @@ class PayVisaMasterPaymentAction // Tell Livewire to open it in a new tab $livewire->js("window.open('{$onlinePaymentRepository->paymentLink()}', '_blank')"); - }) ->modalSubmitActionLabel(__('Pay')); }