Update payment method form submission delay

This commit is contained in:
Benjamin Beganović 2024-03-13 19:24:29 +01:00
parent 4a00d0c085
commit 46bd2be274

View File

@ -14,7 +14,7 @@
Livewire.on('beforePaymentEventsCompleted', () => {
setTimeout(() => {
document.getElementById('payment-method-form').submit()
}, 2000);
}, 2500);
});
});