mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Fixes ApplePay payment process
This commit is contained in:
parent
b4271a6782
commit
7f2836845e
5 changed files with 64 additions and 10 deletions
|
@ -35,6 +35,12 @@ class ApplepayManager {
|
|||
})();
|
||||
}
|
||||
|
||||
reinit() {
|
||||
for (const button of this.buttons) {
|
||||
button.reinit();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets ApplePay configuration of the PayPal merchant.
|
||||
* @returns {Promise<null>}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue