Fix GooglePay mini-cart button loading

Fix GooglePay shipping callback
Fix GooglePay button on cart updates
This commit is contained in:
Pedro Silva 2023-10-17 10:47:26 +01:00
parent 9ab11b40e4
commit 84e4c2c40a
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
4 changed files with 59 additions and 21 deletions

View file

@ -38,6 +38,12 @@ class GooglepayManager {
})();
}
reinit() {
for (const button of this.buttons) {
button.reinit();
}
}
}
export default GooglepayManager;