Insights preparation.

This commit is contained in:
Pedro Silva 2024-04-11 17:14:22 +01:00
parent 2f1c36af40
commit 9bf23550dd
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
9 changed files with 92 additions and 24 deletions

View file

@ -39,7 +39,7 @@ class ApplepayButton {
this.log = function() {
if ( this.buttonConfig.is_debug ) {
console.log('[ApplePayButton]', ...arguments);
//console.log('[ApplePayButton]', ...arguments);
}
}