We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baab4c6 commit 1ed3630Copy full SHA for 1ed3630
1 file changed
resources/js/Pages/POS/Checkout/Show.vue
@@ -64,7 +64,7 @@ watchEffect(() => {
64
if (props.transaction.status !== 'PENDING') {
65
clearInterval(cardPaymentCheckInterval.value);
66
}
67
- }, 3000);
+ }, 1500);
68
69
70
0 commit comments