Full transaction with apple

This commit is contained in:
carmenmaymo 2023-10-16 15:49:28 +02:00
parent 327a87dfe8
commit 0882095602
No known key found for this signature in database
GPG key ID: 6023F686B0F3102E
10 changed files with 160 additions and 264 deletions

View file

@ -25,7 +25,6 @@ import ApplepayManager from "./ApplepayManager";
}
const isMiniCart = ppcpConfig.mini_cart_buttons_enabled;
const isButton = jQuery('#' + buttonConfig.button.wrapper).length > 0;
console.log('isbutton' ,isButton, buttonConfig.button.wrapper)
// If button wrapper is not present then there is no need to load the scripts.
// minicart loads later?
if (!isMiniCart && !isButton) {