Skip to content

Commit

Permalink
Testing apple pay
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrisor Frincu committed Aug 28, 2024
1 parent a8e57fb commit ae3d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/PayPal/ApplePayButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ onMounted(async () => {
observer.observe(targetNode, { childList: true, subtree: true });
setTimeout(() => observer.disconnect(), 10_000); // Stop observing after 10 seconds
setTimeout(() => observer.disconnect(), 10_000);
});
</script>

0 comments on commit ae3d47e

Please sign in to comment.