Skip to content

Commit

Permalink
Merge pull request #7 from optile/PCPAY-2168
Browse files Browse the repository at this point in the history
Hide afterpay when Klarna is enabled
  • Loading branch information
AnwerAR authored Jul 16, 2024
2 parents 00cc3ea + 6a4157d commit b9f3f96
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 @@ -420,7 +420,7 @@ async function initPayment() {
updateCustomPaymentButton(afterpay);
showCardsPaymentComponent(false);
showCardsOptions(false);
showKlarnaPaymentComponent(true);
showKlarnaPaymentComponent(false);
showAfterpayPaymentComponent(true);
}
});
Expand Down

0 comments on commit b9f3f96

Please sign in to comment.