@everymatrix/cashier-page 1.45.3 → 1.45.5
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/components/{CashierMethodDetails-We00egFG.js → CashierMethodDetails-DG-OxC4l.js} +6 -4
- package/components/{CashierMethodDetails-CRw8JzTj.cjs → CashierMethodDetails-DMCJoyAU.cjs} +2 -2
- package/components/{CashierMethodsList-6oVDDXR9.cjs → CashierMethodsList-DehDat-K.cjs} +1 -1
- package/components/{CashierMethodsList-IuVJe5i5.js → CashierMethodsList-MomZcE_X.js} +44 -43
- package/components/CashierNotifications-C_H5sqTD.cjs +1 -0
- package/components/{CashierNotifications-C46bpv5c.js → CashierNotifications-D46oKwQX.js} +6 -6
- package/components/{CashierPage-BSsFmcRe.js → CashierPage-B5VmEdqF.js} +7 -6
- package/components/{CashierPage-BSpZODbJ.cjs → CashierPage-DCDiepch.cjs} +1 -1
- package/components/{CashierReceiptPage-o0mBoN7e.cjs → CashierReceiptPage-BCDzLzKW.cjs} +1 -1
- package/components/{CashierReceiptPage-Q9Ybndp4.js → CashierReceiptPage-cql-m43F.js} +1 -1
- package/components/{CashierSessionExpirationModal-D-QU7iR-.cjs → CashierSessionExpirationModal-DiSrDBr6.cjs} +1 -1
- package/components/{CashierSessionExpirationModal-o5G5yHbY.js → CashierSessionExpirationModal-DnqZeHho.js} +1 -1
- package/components/{CashierVerifications-BnfrJz-i.js → CashierVerifications-CQbtD6wt.js} +1 -1
- package/components/{CashierVerifications-WzCukG40.cjs → CashierVerifications-j41yayqU.cjs} +1 -1
- package/es2015/cashier-page.cjs +1 -1
- package/es2015/cashier-page.js +1 -1
- package/package.json +8 -8
- package/components/CashierNotifications-DxsqjmwN.cjs +0 -1
|
@@ -498,7 +498,7 @@ if (typeof window != "undefined") {
|
|
|
498
498
|
}
|
|
499
499
|
};
|
|
500
500
|
};
|
|
501
|
-
customElements.define = t(customElements.define), import("./CashierNotifications-
|
|
501
|
+
customElements.define = t(customElements.define), import("./CashierNotifications-D46oKwQX.js").then(({ default: n }) => {
|
|
502
502
|
!customElements.get("cashier-notifications") && customElements.define("cashier-notifications", n.element);
|
|
503
503
|
});
|
|
504
504
|
}
|
|
@@ -514,7 +514,7 @@ if (typeof window != "undefined") {
|
|
|
514
514
|
}
|
|
515
515
|
};
|
|
516
516
|
};
|
|
517
|
-
customElements.define = t(customElements.define), import("./CashierReceiptPage-
|
|
517
|
+
customElements.define = t(customElements.define), import("./CashierReceiptPage-cql-m43F.js").then(({ default: n }) => {
|
|
518
518
|
!customElements.get("cashier-receipt-page") && customElements.define("cashier-receipt-page", n.element);
|
|
519
519
|
});
|
|
520
520
|
}
|
|
@@ -7516,7 +7516,8 @@ function Ma(t, n, e) {
|
|
|
7516
7516
|
body: JSON.stringify({
|
|
7517
7517
|
PaymentMethodName: X,
|
|
7518
7518
|
Currency: K,
|
|
7519
|
-
XPaymentSessionToken: T
|
|
7519
|
+
XPaymentSessionToken: T,
|
|
7520
|
+
Tags: { UserAgent: window.navigator.userAgent }
|
|
7520
7521
|
})
|
|
7521
7522
|
};
|
|
7522
7523
|
fetch(y, G).then((Ee) => Ee.json()).then((Ee) => {
|
|
@@ -7608,7 +7609,8 @@ function Ma(t, n, e) {
|
|
|
7608
7609
|
Currency: K,
|
|
7609
7610
|
CustomFields: C
|
|
7610
7611
|
},
|
|
7611
|
-
Account: {}
|
|
7612
|
+
Account: {},
|
|
7613
|
+
Tags: { UserAgent: window.navigator.userAgent }
|
|
7612
7614
|
})
|
|
7613
7615
|
};
|
|
7614
7616
|
fetch(o, J).then((G) => G.json()).then((G) => {
|