Skip to content

Commit

Permalink
Update onBeforeCharge to return true
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schneider-Swales committed Dec 14, 2023
1 parent 8f212be commit ce53f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ window.addEventListener("DOMContentLoaded", () => {
message.innerHTML = "onBeforeCharge success! ✓"
setTimeout(() => {
message.style = "background-color: orange; display: none;";
resolve(false);
resolve(true);
}, 1000)
}, 1000)
});
Expand Down

0 comments on commit ce53f6f

Please sign in to comment.