Skip to content

Commit

Permalink
Merge pull request #6 from optile/PCPAY-2168
Browse files Browse the repository at this point in the history
Remove console
  • Loading branch information
AnwerAR authored Jul 16, 2024
2 parents 9b6f8bb + d515b08 commit 00cc3ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ async function initPayment() {
// Initialises the SDK
const checkout = await new Payoneer.CheckoutWeb(configs);

console.log({ checkout })
// Makes instance available in window
window.checkout = checkout;

Expand Down Expand Up @@ -435,12 +434,10 @@ async function initPayment() {
// If Klarna is available as a drop-in component, show it in the payment methods list

const klarnaComponentAvailable = availableComponents.find((component) => component.name === "klarna");
console.log({ klarnaComponentAvailable });
if (
klarnaComponentAvailable
) {
showKlarnaPaymentMethod(true);
;
console.log(klarnaComponentAvailable);

klarnaComponentAvailable.networkInformation?.map(info => info.logoUrl).slice(0, 4).forEach(url => {
Expand Down

0 comments on commit 00cc3ea

Please sign in to comment.