We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44fa266 commit 9ca86e9Copy full SHA for 9ca86e9
assets/js/monei-block-checkout-apple-google.js
@@ -125,10 +125,7 @@
125
);
126
};
127
const appleGoogleLabel = () => {
128
- console.log(moneiData)
129
-
130
const isApple = window.ApplePaySession?.canMakePayments();
131
- console.log('isApple', isApple)
132
const appleEnabled = moneiData.logo_apple !== false;
133
const googleEnabled = moneiData.logo_google !== false;
134
let logo = googleEnabled? moneiData.logo_google : false;
0 commit comments