This commit is contained in:
2025-11-16 00:52:35 +05:00
parent c94ac5d12d
commit c1b3a58c3a

View File

@@ -160,7 +160,6 @@ class PayVisaMasterPaymentAction
// Tell Livewire to open it in a new tab
$livewire->js("window.open('{$onlinePaymentRepository->paymentLink()}', '_blank')");
})
->modalSubmitActionLabel(__('Pay'));
}