Skip to content

Commit

Permalink
Changed text of onBeforeCharge
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schneider-Swales committed Jul 29, 2024
1 parent fdddb3c commit fdc83dc
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 @@ -287,7 +287,7 @@ async function initPayment() {
return new Promise((resolve) => {
setTimeout(() => {
message.style = "background-color: #61b2e8; display: flex;";
message.innerHTML = "onBeforeCharge complete - proceeding with payment";
message.innerHTML = "onBeforeCharge OK. Attempting payment...";
setTimeout(() => {
message.style = "background-color: orange; display: none;";
resolve(true);
Expand Down

0 comments on commit fdc83dc

Please sign in to comment.