mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix GooglePay mini-cart button loading
Fix GooglePay shipping callback Fix GooglePay button on cart updates
This commit is contained in:
parent
9ab11b40e4
commit
84e4c2c40a
4 changed files with 59 additions and 21 deletions
|
@ -38,6 +38,12 @@ class GooglepayManager {
|
|||
})();
|
||||
}
|
||||
|
||||
reinit() {
|
||||
for (const button of this.buttons) {
|
||||
button.reinit();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default GooglepayManager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue