Skip to content

Commit 1ed3630

Browse files
committed
fix interval
1 parent baab4c6 commit 1ed3630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/Pages/POS/Checkout/Show.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ watchEffect(() => {
6464
if (props.transaction.status !== 'PENDING') {
6565
clearInterval(cardPaymentCheckInterval.value);
6666
}
67-
}, 3000);
67+
}, 1500);
6868
}
6969
if (props.transaction.status !== 'PENDING') {
7070
clearInterval(cardPaymentCheckInterval.value);

0 commit comments

Comments
 (0)