@paynext/sdk 0.0.101 → 0.0.102
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4184,7 +4184,6 @@ class Nl {
|
|
|
4184
4184
|
addEventListener(e, t) {
|
|
4185
4185
|
return this.events[e].addListener(t);
|
|
4186
4186
|
}
|
|
4187
|
-
// no overlay; we rely on capture-phase listeners above to avoid blocking SDK
|
|
4188
4187
|
render() {
|
|
4189
4188
|
return this.element;
|
|
4190
4189
|
}
|
|
@@ -4639,7 +4638,7 @@ class Ql {
|
|
|
4639
4638
|
try {
|
|
4640
4639
|
if (yield this.applePay.init({
|
|
4641
4640
|
onError: (s) => {
|
|
4642
|
-
this.events.error.emit(s),
|
|
4641
|
+
this.events.error.emit(s), console.log("Apple Pay error:", s), this.attempted.delete(w.APPLE_PAY);
|
|
4643
4642
|
},
|
|
4644
4643
|
onCancel: () => {
|
|
4645
4644
|
this.events.cancel.emit(), this.attempted.delete(w.APPLE_PAY);
|