Skip to content

Commit

Permalink
increase interval
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Sep 16, 2024
1 parent d132c39 commit 0bdb2ed
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"flowframe/laravel-trend": "^0.2.0",
"imagine/imagine": "^1.3",
"inertiajs/inertia-laravel": "^1.0",
"itsgoingd/clockwork": "^5.2",
"laravel/framework": "^11.9",
"laravel/horizon": "^5.25",
"laravel/octane": "^2.4",
Expand Down
77 changes: 76 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/js/Pages/POS/Checkout/Show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ watchEffect(() => {
if (props.transaction.status !== 'PENDING') {
clearInterval(cardPaymentCheckInterval.value);
}
}, 1500);
}, 3000);
}
if (props.transaction.status !== 'PENDING') {
clearInterval(cardPaymentCheckInterval.value);
Expand Down
3 changes: 3 additions & 0 deletions storage/clockwork/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.json
*.json.gz
index

0 comments on commit 0bdb2ed

Please sign in to comment.