ApplePay Vaulting Integration

This commit is contained in:
Pedro Silva 2024-01-24 08:47:48 +00:00
parent 827bd2568d
commit 96b83c9d0d
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
7 changed files with 86 additions and 12 deletions

View file

@ -7,7 +7,6 @@ class ButtonModuleWatcher {
}
watchContextBootstrap(callable) {
console.log('ButtonModuleWatcher.js: watchContextBootstrap', this.contextBootstrapRegistry)
this.contextBootstrapWatchers.push(callable);
Object.values(this.contextBootstrapRegistry).forEach(callable);
}