Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update example env to test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnwerAR committed Aug 9, 2023
1 parent 2893800 commit 5d2e1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>Checkout Demo</h1>

<script>
const checkout = Payoneer.CheckoutAPI({
env: "pi-nightly.integration",
env: "test",
});

const cardsComponent = checkout
Expand All @@ -26,7 +26,7 @@ <h1>Checkout Demo</h1>

setTimeout(() => {
// checkout.update({ ... config object });
checkout.updateListId("64d311277c06b13cdba90d00l2tpmiihbb6mp64jtcupugq5n5");
checkout.updateListId("64d316e141f95e2a406dc238lo1eismmf86mtsiiqou4a2s26b");
}, 5000);
</script>
</body>
Expand Down

0 comments on commit 5d2e1b3

Please sign in to comment.