Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
noahalorwu committed Aug 8, 2023
1 parent ce6697f commit 9f519bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/ticket-redeem.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
.then(data => {
if (data.message !== "successful") {
alert(data.message);
payButton.disabled = false;
return;
}
// Redirect to payment page
Expand Down

0 comments on commit 9f519bb

Please sign in to comment.