Fixes ApplePay payment process

This commit is contained in:
Pedro Silva 2023-10-20 18:13:09 +01:00
parent b4271a6782
commit 7f2836845e
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
5 changed files with 64 additions and 10 deletions

View file

@ -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>}