Skip to content

Commit

Permalink
Updated onBeforeError to use lower case afterpay
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Schneider-Swales committed Jun 28, 2024
1 parent b6c9e42 commit 52e9935
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 @@ -217,7 +217,7 @@ async function initPayment() {
case "cards":
showCardsPaymentMethod(false);
break;
case "AFTERPAY":
case "afterpay":
showAfterpayPaymentMethod(false);
break;
default:
Expand Down

0 comments on commit 52e9935

Please sign in to comment.