@spot-flow/checkout-inline-js 0.1.36-dev.1 → 0.1.36
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.
|
@@ -53,14 +53,14 @@ let X = class extends Error {
|
|
|
53
53
|
constructor(e, i) {
|
|
54
54
|
super(e), this.status = i, this.name = "FetchError";
|
|
55
55
|
}
|
|
56
|
-
},
|
|
56
|
+
}, De = class extends Error {
|
|
57
57
|
constructor(e) {
|
|
58
58
|
super(e), this.name = "AuthorizationError";
|
|
59
59
|
}
|
|
60
60
|
};
|
|
61
61
|
const Oe = (n, e, i) => {
|
|
62
62
|
if (!n)
|
|
63
|
-
throw new
|
|
63
|
+
throw new De("Missing authorization token");
|
|
64
64
|
const t = new Headers();
|
|
65
65
|
return i || t.append("Content-Type", "application/json"), t.append("Authorization", `Bearer ${n}`), e && t.append("Spotflow-Payment-Code", e), t;
|
|
66
66
|
}, Ue = "https://api.spotflow.co/api/v1", fr = async (n, e, i, t) => {
|
|
@@ -79,7 +79,7 @@ const Oe = (n, e, i) => {
|
|
|
79
79
|
headers: o.headers
|
|
80
80
|
};
|
|
81
81
|
} catch (s) {
|
|
82
|
-
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof
|
|
82
|
+
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof De ? console.error(`AuthorizationError: ${s.message}`) : console.error(`Unexpected error: ${s}`), s;
|
|
83
83
|
}
|
|
84
84
|
}, gi = async (n, e, i, t) => {
|
|
85
85
|
try {
|
|
@@ -100,7 +100,7 @@ const Oe = (n, e, i) => {
|
|
|
100
100
|
headers: o.headers
|
|
101
101
|
};
|
|
102
102
|
} catch (s) {
|
|
103
|
-
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof
|
|
103
|
+
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof De ? console.error(`AuthorizationError: ${s.message}`) : console.error(`Unexpected error: ${s}`), s;
|
|
104
104
|
}
|
|
105
105
|
}, Ts = async (n, e, i, t) => {
|
|
106
106
|
try {
|
|
@@ -118,7 +118,7 @@ const Oe = (n, e, i) => {
|
|
|
118
118
|
headers: o.headers
|
|
119
119
|
};
|
|
120
120
|
} catch (s) {
|
|
121
|
-
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof
|
|
121
|
+
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof De ? console.error(`AuthorizationError: ${s.message}`) : console.error(`Unexpected error: ${s}`), s;
|
|
122
122
|
}
|
|
123
123
|
}, gr = async (n, e, i, t) => {
|
|
124
124
|
try {
|
|
@@ -136,7 +136,7 @@ const Oe = (n, e, i) => {
|
|
|
136
136
|
headers: o.headers
|
|
137
137
|
};
|
|
138
138
|
} catch (s) {
|
|
139
|
-
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof
|
|
139
|
+
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof De ? console.error(`AuthorizationError: ${s.message}`) : console.error(`UnexpectedError: ${s}`), s;
|
|
140
140
|
}
|
|
141
141
|
}, un = async (n, e, i, t, s) => {
|
|
142
142
|
try {
|
|
@@ -157,7 +157,7 @@ const Oe = (n, e, i) => {
|
|
|
157
157
|
headers: a.headers
|
|
158
158
|
};
|
|
159
159
|
} catch (o) {
|
|
160
|
-
throw o instanceof X ? console.error(`FetchError: ${o.message} (status: ${o.status})`) : o instanceof
|
|
160
|
+
throw o instanceof X ? console.error(`FetchError: ${o.message} (status: ${o.status})`) : o instanceof De ? console.error(`AuthorizationError: ${o.message}`) : console.error(`Unexpected error: ${o}`), o;
|
|
161
161
|
}
|
|
162
162
|
};
|
|
163
163
|
async function yr(n, e, i, t, s) {
|
|
@@ -176,7 +176,7 @@ async function yr(n, e, i, t, s) {
|
|
|
176
176
|
}
|
|
177
177
|
return await a.json();
|
|
178
178
|
} catch (a) {
|
|
179
|
-
throw a instanceof X ? console.error(`FetchError: ${a.message} (status: ${a.status})`) : a instanceof
|
|
179
|
+
throw a instanceof X ? console.error(`FetchError: ${a.message} (status: ${a.status})`) : a instanceof De ? console.error(`AuthorizationError: ${a.message}`) : console.error(`Unexpected error: ${a}`), a;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
const Cr = async (n, e, i, t) => {
|
|
@@ -197,7 +197,7 @@ const Cr = async (n, e, i, t) => {
|
|
|
197
197
|
headers: o.headers
|
|
198
198
|
};
|
|
199
199
|
} catch (s) {
|
|
200
|
-
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof
|
|
200
|
+
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof De ? console.error(`AuthorizationError: ${s.message}`) : console.error(`Unexpected error: ${s}`), s;
|
|
201
201
|
}
|
|
202
202
|
}, Sr = async (n, e, i, t) => {
|
|
203
203
|
try {
|
|
@@ -215,7 +215,7 @@ const Cr = async (n, e, i, t) => {
|
|
|
215
215
|
}
|
|
216
216
|
return o.json();
|
|
217
217
|
} catch (s) {
|
|
218
|
-
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof
|
|
218
|
+
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof De ? console.error(`AuthorizationError: ${s.message}`) : console.error(`Unexpected error: ${s}`), s;
|
|
219
219
|
}
|
|
220
220
|
}, kr = async (n, e, i, t) => {
|
|
221
221
|
try {
|
|
@@ -233,9 +233,9 @@ const Cr = async (n, e, i, t) => {
|
|
|
233
233
|
}
|
|
234
234
|
return o.json();
|
|
235
235
|
} catch (s) {
|
|
236
|
-
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof
|
|
236
|
+
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof De ? console.error(`AuthorizationError: ${s.message}`) : console.error(`Unexpected error: ${s}`), s;
|
|
237
237
|
}
|
|
238
|
-
},
|
|
238
|
+
}, Di = async (n, e, i, t) => {
|
|
239
239
|
try {
|
|
240
240
|
const s = Oe(n, i), o = await fetch(`${fe(Ue, t)}/payments/retry`, {
|
|
241
241
|
method: "POST",
|
|
@@ -251,7 +251,7 @@ const Cr = async (n, e, i, t) => {
|
|
|
251
251
|
headers: o.headers
|
|
252
252
|
};
|
|
253
253
|
} catch (s) {
|
|
254
|
-
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof
|
|
254
|
+
throw s instanceof X ? console.error(`FetchError: ${s.message} (status: ${s.status})`) : s instanceof De ? console.error(`AuthorizationError: ${s.message}`) : console.error(`Unexpected error: ${s}`), s;
|
|
255
255
|
}
|
|
256
256
|
};
|
|
257
257
|
async function wr(n, e, i, t, s) {
|
|
@@ -269,7 +269,7 @@ async function wr(n, e, i, t, s) {
|
|
|
269
269
|
}
|
|
270
270
|
return a.json();
|
|
271
271
|
} catch (o) {
|
|
272
|
-
throw o instanceof X ? console.error(`FetchError: ${o.message} (status: ${o.status})`) : o instanceof
|
|
272
|
+
throw o instanceof X ? console.error(`FetchError: ${o.message} (status: ${o.status})`) : o instanceof De ? console.error(`AuthorizationError: ${o.message}`) : console.error(`Unexpected error: ${o}`), o;
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
const Le = (n, e) => {
|
|
@@ -1023,7 +1023,7 @@ const Br = `<div id="checkoutcardotp">
|
|
|
1023
1023
|
</div>
|
|
1024
1024
|
</div>
|
|
1025
1025
|
</div>`;
|
|
1026
|
-
class
|
|
1026
|
+
class Dr {
|
|
1027
1027
|
constructor(e) {
|
|
1028
1028
|
h(this, "container");
|
|
1029
1029
|
h(this, "cardOtp");
|
|
@@ -1067,7 +1067,7 @@ class Rr {
|
|
|
1067
1067
|
return Br;
|
|
1068
1068
|
}
|
|
1069
1069
|
}
|
|
1070
|
-
const
|
|
1070
|
+
const Rr = `<div id="checkoutcardpin">
|
|
1071
1071
|
<div>
|
|
1072
1072
|
<div id="pin-content" class="grid gap-4">
|
|
1073
1073
|
<h5>
|
|
@@ -1153,7 +1153,7 @@ class Hr {
|
|
|
1153
1153
|
this.container.innerHTML = this.render(), this.attachListener();
|
|
1154
1154
|
}
|
|
1155
1155
|
render() {
|
|
1156
|
-
return
|
|
1156
|
+
return Rr;
|
|
1157
1157
|
}
|
|
1158
1158
|
}
|
|
1159
1159
|
const Or = `<form id="card-avs-form">
|
|
@@ -23736,7 +23736,7 @@ function cn(n, e, i) {
|
|
|
23736
23736
|
o.searchParams.append("status", n.status), o.searchParams.append("reference", n.reference), window.location.href = o.toString();
|
|
23737
23737
|
}, 1800);
|
|
23738
23738
|
}
|
|
23739
|
-
class
|
|
23739
|
+
class Ri {
|
|
23740
23740
|
constructor(e) {
|
|
23741
23741
|
h(this, "container");
|
|
23742
23742
|
h(this, "transactionIssuesForm");
|
|
@@ -24086,10 +24086,10 @@ function bt() {
|
|
|
24086
24086
|
const n = document.createElement("a");
|
|
24087
24087
|
return n.href = "", n.href;
|
|
24088
24088
|
}
|
|
24089
|
-
function
|
|
24089
|
+
function Ds(n, e, i, t) {
|
|
24090
24090
|
return t && (i === "src" || i === "href" && !(e === "use" && t[0] === "#") || i === "xlink:href" && t[0] !== "#" || i === "background" && (e === "table" || e === "td" || e === "th") ? Pn(n, t) : i === "srcset" ? dl(n, t) : i === "style" ? _i(t, bt()) : e === "object" && i === "data" ? Pn(n, t) : t);
|
|
24091
24091
|
}
|
|
24092
|
-
function
|
|
24092
|
+
function Rs(n, e, i) {
|
|
24093
24093
|
return (n === "video" || n === "audio") && e === "autoplay";
|
|
24094
24094
|
}
|
|
24095
24095
|
function cl(n, e, i) {
|
|
@@ -24274,7 +24274,7 @@ function fl(n, e) {
|
|
|
24274
24274
|
const M = n.attributes.length;
|
|
24275
24275
|
for (let _ = 0; _ < M; _++) {
|
|
24276
24276
|
const T = n.attributes[_];
|
|
24277
|
-
|
|
24277
|
+
Rs(C, T.name, T.value) || (w[T.name] = Ds(i, C, _n(T.name), T.value));
|
|
24278
24278
|
}
|
|
24279
24279
|
if (C === "link" && o) {
|
|
24280
24280
|
const _ = Array.from(i.styleSheets).find((I) => I.href === n.href);
|
|
@@ -24758,7 +24758,7 @@ function zs(n) {
|
|
|
24758
24758
|
const e = n.ownerDocument;
|
|
24759
24759
|
return e ? e.contains(n) || _l(n) : !1;
|
|
24760
24760
|
}
|
|
24761
|
-
var W = /* @__PURE__ */ ((n) => (n[n.DomContentLoaded = 0] = "DomContentLoaded", n[n.Load = 1] = "Load", n[n.FullSnapshot = 2] = "FullSnapshot", n[n.IncrementalSnapshot = 3] = "IncrementalSnapshot", n[n.Meta = 4] = "Meta", n[n.Custom = 5] = "Custom", n[n.Plugin = 6] = "Plugin", n))(W || {}), q = /* @__PURE__ */ ((n) => (n[n.Mutation = 0] = "Mutation", n[n.MouseMove = 1] = "MouseMove", n[n.MouseInteraction = 2] = "MouseInteraction", n[n.Scroll = 3] = "Scroll", n[n.ViewportResize = 4] = "ViewportResize", n[n.Input = 5] = "Input", n[n.TouchMove = 6] = "TouchMove", n[n.MediaInteraction = 7] = "MediaInteraction", n[n.StyleSheetRule = 8] = "StyleSheetRule", n[n.CanvasMutation = 9] = "CanvasMutation", n[n.Font = 10] = "Font", n[n.Log = 11] = "Log", n[n.Drag = 12] = "Drag", n[n.StyleDeclaration = 13] = "StyleDeclaration", n[n.Selection = 14] = "Selection", n[n.AdoptedStyleSheet = 15] = "AdoptedStyleSheet", n[n.CustomElement = 16] = "CustomElement", n))(q || {}), Ae = /* @__PURE__ */ ((n) => (n[n.MouseUp = 0] = "MouseUp", n[n.MouseDown = 1] = "MouseDown", n[n.Click = 2] = "Click", n[n.ContextMenu = 3] = "ContextMenu", n[n.DblClick = 4] = "DblClick", n[n.Focus = 5] = "Focus", n[n.Blur = 6] = "Blur", n[n.TouchStart = 7] = "TouchStart", n[n.TouchMove_Departed = 8] = "TouchMove_Departed", n[n.TouchEnd = 9] = "TouchEnd", n[n.TouchCancel = 10] = "TouchCancel", n))(Ae || {}), Ye = /* @__PURE__ */ ((n) => (n[n.Mouse = 0] = "Mouse", n[n.Pen = 1] = "Pen", n[n.Touch = 2] = "Touch", n))(Ye || {}),
|
|
24761
|
+
var W = /* @__PURE__ */ ((n) => (n[n.DomContentLoaded = 0] = "DomContentLoaded", n[n.Load = 1] = "Load", n[n.FullSnapshot = 2] = "FullSnapshot", n[n.IncrementalSnapshot = 3] = "IncrementalSnapshot", n[n.Meta = 4] = "Meta", n[n.Custom = 5] = "Custom", n[n.Plugin = 6] = "Plugin", n))(W || {}), q = /* @__PURE__ */ ((n) => (n[n.Mutation = 0] = "Mutation", n[n.MouseMove = 1] = "MouseMove", n[n.MouseInteraction = 2] = "MouseInteraction", n[n.Scroll = 3] = "Scroll", n[n.ViewportResize = 4] = "ViewportResize", n[n.Input = 5] = "Input", n[n.TouchMove = 6] = "TouchMove", n[n.MediaInteraction = 7] = "MediaInteraction", n[n.StyleSheetRule = 8] = "StyleSheetRule", n[n.CanvasMutation = 9] = "CanvasMutation", n[n.Font = 10] = "Font", n[n.Log = 11] = "Log", n[n.Drag = 12] = "Drag", n[n.StyleDeclaration = 13] = "StyleDeclaration", n[n.Selection = 14] = "Selection", n[n.AdoptedStyleSheet = 15] = "AdoptedStyleSheet", n[n.CustomElement = 16] = "CustomElement", n))(q || {}), Ae = /* @__PURE__ */ ((n) => (n[n.MouseUp = 0] = "MouseUp", n[n.MouseDown = 1] = "MouseDown", n[n.Click = 2] = "Click", n[n.ContextMenu = 3] = "ContextMenu", n[n.DblClick = 4] = "DblClick", n[n.Focus = 5] = "Focus", n[n.Blur = 6] = "Blur", n[n.TouchStart = 7] = "TouchStart", n[n.TouchMove_Departed = 8] = "TouchMove_Departed", n[n.TouchEnd = 9] = "TouchEnd", n[n.TouchCancel = 10] = "TouchCancel", n))(Ae || {}), Ye = /* @__PURE__ */ ((n) => (n[n.Mouse = 0] = "Mouse", n[n.Pen = 1] = "Pen", n[n.Touch = 2] = "Touch", n))(Ye || {}), Rn = /* @__PURE__ */ ((n) => (n[n["2D"] = 0] = "2D", n[n.WebGL = 1] = "WebGL", n[n.WebGL2 = 2] = "WebGL2", n))(Rn || {});
|
|
24762
24762
|
function is(n) {
|
|
24763
24763
|
return "__ln" in n;
|
|
24764
24764
|
}
|
|
@@ -24960,7 +24960,7 @@ class Al {
|
|
|
24960
24960
|
attributes: {},
|
|
24961
24961
|
styleDiff: {},
|
|
24962
24962
|
_unchangedStyles: {}
|
|
24963
|
-
}, this.attributes.push(o), this.attributeMap.set(e.target, o)), t === "type" && i.tagName === "INPUT" && (e.oldValue || "").toLowerCase() === "password" && i.setAttribute("data-rr-is-password", "true"), !
|
|
24963
|
+
}, this.attributes.push(o), this.attributeMap.set(e.target, o)), t === "type" && i.tagName === "INPUT" && (e.oldValue || "").toLowerCase() === "password" && i.setAttribute("data-rr-is-password", "true"), !Rs(i.tagName, t) && (o.attributes[t] = Ds(this.doc, _n(i.tagName), _n(t), s), t === "style")) {
|
|
24964
24964
|
if (!this.unattachedDoc)
|
|
24965
24965
|
try {
|
|
24966
24966
|
this.unattachedDoc = document.implementation.createHTMLDocument();
|
|
@@ -25434,7 +25434,7 @@ function Ys({ mirror: n, stylesheetManager: e }, i) {
|
|
|
25434
25434
|
});
|
|
25435
25435
|
}));
|
|
25436
25436
|
}
|
|
25437
|
-
function
|
|
25437
|
+
function Dl({ styleDeclarationCb: n, mirror: e, ignoreCSSAttributes: i, stylesheetManager: t }, { win: s }) {
|
|
25438
25438
|
const o = s.CSSStyleDeclaration.prototype.setProperty;
|
|
25439
25439
|
s.CSSStyleDeclaration.prototype.setProperty = new Proxy(o, {
|
|
25440
25440
|
apply: z((l, d, b) => {
|
|
@@ -25476,7 +25476,7 @@ function Rl({ styleDeclarationCb: n, mirror: e, ignoreCSSAttributes: i, styleshe
|
|
|
25476
25476
|
s.CSSStyleDeclaration.prototype.setProperty = o, s.CSSStyleDeclaration.prototype.removeProperty = a;
|
|
25477
25477
|
});
|
|
25478
25478
|
}
|
|
25479
|
-
function
|
|
25479
|
+
function Rl({ mediaInteractionCb: n, blockClass: e, blockSelector: i, mirror: t, sampling: s, doc: o }) {
|
|
25480
25480
|
const a = z((d) => Qn(z((b) => {
|
|
25481
25481
|
const v = ii(b);
|
|
25482
25482
|
if (!v || Me(v, e, i, !0))
|
|
@@ -25611,13 +25611,13 @@ function Kl(n, e = {}) {
|
|
|
25611
25611
|
n.recordDOM && (t = Js(n, n.doc));
|
|
25612
25612
|
const s = Tl(n), o = El(n), a = $s(n), l = Pl(n, {
|
|
25613
25613
|
win: i
|
|
25614
|
-
}), d = Nl(n), b =
|
|
25614
|
+
}), d = Nl(n), b = Rl(n);
|
|
25615
25615
|
let v = () => {
|
|
25616
25616
|
}, g = () => {
|
|
25617
25617
|
}, f = () => {
|
|
25618
25618
|
}, y = () => {
|
|
25619
25619
|
};
|
|
25620
|
-
n.recordDOM && (v = Bl(n, { win: i }), g = Ys(n, n.doc), f =
|
|
25620
|
+
n.recordDOM && (v = Bl(n, { win: i }), g = Ys(n, n.doc), f = Dl(n, {
|
|
25621
25621
|
win: i
|
|
25622
25622
|
}), n.collectFonts && (y = Hl(n)));
|
|
25623
25623
|
const k = Ol(n), C = Ul(n), w = [];
|
|
@@ -26002,7 +26002,7 @@ function Jl(n, e, i, t) {
|
|
|
26002
26002
|
return Me(this.canvas, i, t, !0) || setTimeout(() => {
|
|
26003
26003
|
const v = Xs(b, e, this);
|
|
26004
26004
|
n(this.canvas, {
|
|
26005
|
-
type:
|
|
26005
|
+
type: Rn["2D"],
|
|
26006
26006
|
property: a,
|
|
26007
26007
|
args: v
|
|
26008
26008
|
});
|
|
@@ -26014,7 +26014,7 @@ function Jl(n, e, i, t) {
|
|
|
26014
26014
|
const d = Hi(e.CanvasRenderingContext2D.prototype, a, {
|
|
26015
26015
|
set(b) {
|
|
26016
26016
|
n(this.canvas, {
|
|
26017
|
-
type:
|
|
26017
|
+
type: Rn["2D"],
|
|
26018
26018
|
property: a,
|
|
26019
26019
|
args: [b],
|
|
26020
26020
|
setter: !0
|
|
@@ -26101,7 +26101,7 @@ function us(n, e, i, t, s, o, a) {
|
|
|
26101
26101
|
}
|
|
26102
26102
|
function Yl(n, e, i, t, s) {
|
|
26103
26103
|
const o = [];
|
|
26104
|
-
return o.push(...us(e.WebGLRenderingContext.prototype,
|
|
26104
|
+
return o.push(...us(e.WebGLRenderingContext.prototype, Rn.WebGL, n, i, t, s, e)), typeof e.WebGL2RenderingContext < "u" && o.push(...us(e.WebGL2RenderingContext.prototype, Rn.WebGL2, n, i, t, s, e)), () => {
|
|
26105
26105
|
o.forEach((a) => a());
|
|
26106
26106
|
};
|
|
26107
26107
|
}
|
|
@@ -26252,7 +26252,7 @@ class id {
|
|
|
26252
26252
|
const { base64: w, type: M, width: A, height: _ } = k.data;
|
|
26253
26253
|
this.mutationCb({
|
|
26254
26254
|
id: C,
|
|
26255
|
-
type:
|
|
26255
|
+
type: Rn["2D"],
|
|
26256
26256
|
commands: [
|
|
26257
26257
|
{
|
|
26258
26258
|
property: "clearRect",
|
|
@@ -26417,7 +26417,7 @@ function me(n) {
|
|
|
26417
26417
|
return Object.assign(Object.assign({}, n), { timestamp: Ai() });
|
|
26418
26418
|
}
|
|
26419
26419
|
let re, Ci, it, xi = !1;
|
|
26420
|
-
const
|
|
26420
|
+
const Re = Yr();
|
|
26421
26421
|
function ti(n = {}) {
|
|
26422
26422
|
const { emit: e, checkoutEveryNms: i, checkoutEveryNth: t, blockClass: s = "rr-block", blockSelector: o = null, ignoreClass: a = "rr-ignore", ignoreSelector: l = null, maskTextClass: d = "rr-mask", maskTextSelector: b = null, inlineStylesheet: v = !0, maskAllInputs: g, maskInputOptions: f, slimDOMOptions: y, maskInputFn: k, maskTextFn: C, hooks: w, packFn: M, sampling: A = {}, dataURLOptions: _ = {}, mousemoveWait: T, recordDOM: I = !0, recordCanvas: K = !1, recordCrossOriginIframes: F = !1, recordAfter: U = n.recordAfter === "DOMContentLoaded" ? n.recordAfter : "load", userTriggeredOnInput: j = !1, collectFonts: te = !1, inlineImages: ge = !1, plugins: V, keepIframeSrcFn: ke = () => !1, ignoreCSSAttributes: le = /* @__PURE__ */ new Set([]), errorHandler: xe } = n;
|
|
26423
26423
|
Ll(xe);
|
|
@@ -26431,7 +26431,7 @@ function ti(n = {}) {
|
|
|
26431
26431
|
}
|
|
26432
26432
|
if (we && !e)
|
|
26433
26433
|
throw new Error("emit function is required");
|
|
26434
|
-
T !== void 0 && A.mousemove === void 0 && (A.mousemove = T),
|
|
26434
|
+
T !== void 0 && A.mousemove === void 0 && (A.mousemove = T), Re.reset();
|
|
26435
26435
|
const tn = g === !0 ? {
|
|
26436
26436
|
color: !0,
|
|
26437
26437
|
date: !0,
|
|
@@ -26509,7 +26509,7 @@ function ti(n = {}) {
|
|
|
26509
26509
|
mutationCb: Ze,
|
|
26510
26510
|
adoptedStyleSheetCb: be
|
|
26511
26511
|
}), Ee = new jl({
|
|
26512
|
-
mirror:
|
|
26512
|
+
mirror: Re,
|
|
26513
26513
|
mutationCb: Ze,
|
|
26514
26514
|
stylesheetManager: Ie,
|
|
26515
26515
|
recordCrossOriginIframes: F,
|
|
@@ -26517,7 +26517,7 @@ function ti(n = {}) {
|
|
|
26517
26517
|
});
|
|
26518
26518
|
for (const B of V || [])
|
|
26519
26519
|
B.getMirror && B.getMirror({
|
|
26520
|
-
nodeMirror:
|
|
26520
|
+
nodeMirror: Re,
|
|
26521
26521
|
crossOriginIframeMirror: Ee.crossOriginIframeMirror,
|
|
26522
26522
|
crossOriginIframeStyleMirror: Ee.crossOriginIframeStyleMirror
|
|
26523
26523
|
});
|
|
@@ -26528,7 +26528,7 @@ function ti(n = {}) {
|
|
|
26528
26528
|
win: window,
|
|
26529
26529
|
blockClass: s,
|
|
26530
26530
|
blockSelector: o,
|
|
26531
|
-
mirror:
|
|
26531
|
+
mirror: Re,
|
|
26532
26532
|
sampling: A.canvas,
|
|
26533
26533
|
dataURLOptions: _
|
|
26534
26534
|
});
|
|
@@ -26555,7 +26555,7 @@ function ti(n = {}) {
|
|
|
26555
26555
|
keepIframeSrcFn: ke,
|
|
26556
26556
|
processedNodeManager: Ce
|
|
26557
26557
|
},
|
|
26558
|
-
mirror:
|
|
26558
|
+
mirror: Re
|
|
26559
26559
|
});
|
|
26560
26560
|
Ci = (B = !1) => {
|
|
26561
26561
|
if (!I)
|
|
@@ -26569,7 +26569,7 @@ function ti(n = {}) {
|
|
|
26569
26569
|
}
|
|
26570
26570
|
}), B), Ie.reset(), je.init(), kn.forEach((Y) => Y.lock());
|
|
26571
26571
|
const de = yl(document, {
|
|
26572
|
-
mirror:
|
|
26572
|
+
mirror: Re,
|
|
26573
26573
|
blockClass: s,
|
|
26574
26574
|
blockSelector: o,
|
|
26575
26575
|
maskTextClass: d,
|
|
@@ -26582,7 +26582,7 @@ function ti(n = {}) {
|
|
|
26582
26582
|
recordCanvas: K,
|
|
26583
26583
|
inlineImages: ge,
|
|
26584
26584
|
onSerialize: (Y) => {
|
|
26585
|
-
Gs(Y,
|
|
26585
|
+
Gs(Y, Re) && Ee.addIframe(Y), Fs(Y, Re) && Ie.trackLinkElement(Y), dt(Y) && je.addShadowRoot(Y.shadowRoot, document);
|
|
26586
26586
|
},
|
|
26587
26587
|
onIframeLoad: (Y, ue) => {
|
|
26588
26588
|
Ee.attachIframe(Y, ue), je.observeAttachShadow(Y);
|
|
@@ -26600,7 +26600,7 @@ function ti(n = {}) {
|
|
|
26600
26600
|
node: de,
|
|
26601
26601
|
initialOffset: Os(window)
|
|
26602
26602
|
}
|
|
26603
|
-
}), B), kn.forEach((Y) => Y.unlock()), document.adoptedStyleSheets && document.adoptedStyleSheets.length > 0 && Ie.adoptStyleSheets(document.adoptedStyleSheets,
|
|
26603
|
+
}), B), kn.forEach((Y) => Y.unlock()), document.adoptedStyleSheets && document.adoptedStyleSheets.length > 0 && Ie.adoptStyleSheets(document.adoptedStyleSheets, Re.getId(document));
|
|
26604
26604
|
};
|
|
26605
26605
|
try {
|
|
26606
26606
|
const B = [], de = (ue) => {
|
|
@@ -26676,7 +26676,7 @@ function ti(n = {}) {
|
|
|
26676
26676
|
blockSelector: o,
|
|
26677
26677
|
slimDOMOptions: We,
|
|
26678
26678
|
dataURLOptions: _,
|
|
26679
|
-
mirror:
|
|
26679
|
+
mirror: Re,
|
|
26680
26680
|
iframeManager: Ee,
|
|
26681
26681
|
stylesheetManager: Ie,
|
|
26682
26682
|
shadowDomManager: je,
|
|
@@ -26742,16 +26742,16 @@ ti.takeFullSnapshot = (n) => {
|
|
|
26742
26742
|
throw new Error("please take full snapshot after start recording");
|
|
26743
26743
|
Ci(n);
|
|
26744
26744
|
};
|
|
26745
|
-
ti.mirror =
|
|
26745
|
+
ti.mirror = Re;
|
|
26746
26746
|
var no = /* @__PURE__ */ ((n) => (n[n.DomContentLoaded = 0] = "DomContentLoaded", n[n.Load = 1] = "Load", n[n.FullSnapshot = 2] = "FullSnapshot", n[n.IncrementalSnapshot = 3] = "IncrementalSnapshot", n[n.Meta = 4] = "Meta", n[n.Custom = 5] = "Custom", n[n.Plugin = 6] = "Plugin", n))(no || {}), Ge = /* @__PURE__ */ ((n) => (n[n.Mutation = 0] = "Mutation", n[n.MouseMove = 1] = "MouseMove", n[n.MouseInteraction = 2] = "MouseInteraction", n[n.Scroll = 3] = "Scroll", n[n.ViewportResize = 4] = "ViewportResize", n[n.Input = 5] = "Input", n[n.TouchMove = 6] = "TouchMove", n[n.MediaInteraction = 7] = "MediaInteraction", n[n.StyleSheetRule = 8] = "StyleSheetRule", n[n.CanvasMutation = 9] = "CanvasMutation", n[n.Font = 10] = "Font", n[n.Log = 11] = "Log", n[n.Drag = 12] = "Drag", n[n.StyleDeclaration = 13] = "StyleDeclaration", n[n.Selection = 14] = "Selection", n[n.AdoptedStyleSheet = 15] = "AdoptedStyleSheet", n[n.CustomElement = 16] = "CustomElement", n))(Ge || {}), Xe = {
|
|
26747
26747
|
DEBUG: !1,
|
|
26748
26748
|
LIB_VERSION: "2.55.1"
|
|
26749
|
-
},
|
|
26749
|
+
}, R;
|
|
26750
26750
|
if (typeof window > "u") {
|
|
26751
26751
|
var cs = {
|
|
26752
26752
|
hostname: ""
|
|
26753
26753
|
};
|
|
26754
|
-
|
|
26754
|
+
R = {
|
|
26755
26755
|
navigator: { userAgent: "", onLine: !0 },
|
|
26756
26756
|
document: {
|
|
26757
26757
|
location: cs,
|
|
@@ -26761,8 +26761,8 @@ if (typeof window > "u") {
|
|
|
26761
26761
|
location: cs
|
|
26762
26762
|
};
|
|
26763
26763
|
} else
|
|
26764
|
-
|
|
26765
|
-
var Zn = 24 * 60 * 60 * 1e3, tt = 8 * 1e3, Oi = Array.prototype, od = Function.prototype, io = Object.prototype, ln = Oi.slice, si = io.toString, Ui = io.hasOwnProperty, he =
|
|
26764
|
+
R = window;
|
|
26765
|
+
var Zn = 24 * 60 * 60 * 1e3, tt = 8 * 1e3, Oi = Array.prototype, od = Function.prototype, io = Object.prototype, ln = Oi.slice, si = io.toString, Ui = io.hasOwnProperty, he = R.console, dn = R.navigator, ee = R.document, pi = R.opera, Ti = R.screen, Fe = dn.userAgent, st = od.bind, hs = Oi.forEach, ms = Oi.indexOf, vs = Oi.map, ad = Array.isArray, ct = {}, m = {
|
|
26766
26766
|
trim: function(n) {
|
|
26767
26767
|
return n.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, "");
|
|
26768
26768
|
}
|
|
@@ -27156,8 +27156,8 @@ m.utf8Encode = function(n) {
|
|
|
27156
27156
|
m.UUID = /* @__PURE__ */ function() {
|
|
27157
27157
|
var n = function() {
|
|
27158
27158
|
var t = 1 * /* @__PURE__ */ new Date(), s;
|
|
27159
|
-
if (
|
|
27160
|
-
s =
|
|
27159
|
+
if (R.performance && R.performance.now)
|
|
27160
|
+
s = R.performance.now();
|
|
27161
27161
|
else
|
|
27162
27162
|
for (s = 0; t == 1 * /* @__PURE__ */ new Date(); )
|
|
27163
27163
|
s++;
|
|
@@ -27540,7 +27540,7 @@ m.info = {
|
|
|
27540
27540
|
return e.length >= 3 ? e[2] : "";
|
|
27541
27541
|
},
|
|
27542
27542
|
currentUrl: function() {
|
|
27543
|
-
return
|
|
27543
|
+
return R.location.href;
|
|
27544
27544
|
},
|
|
27545
27545
|
properties: function(n) {
|
|
27546
27546
|
return typeof n != "object" && (n = {}), m.extend(m.strip_empty_properties({
|
|
@@ -27572,10 +27572,10 @@ m.info = {
|
|
|
27572
27572
|
mpPageViewProperties: function() {
|
|
27573
27573
|
return m.strip_empty_properties({
|
|
27574
27574
|
current_page_title: ee.title,
|
|
27575
|
-
current_domain:
|
|
27576
|
-
current_url_path:
|
|
27577
|
-
current_url_protocol:
|
|
27578
|
-
current_url_search:
|
|
27575
|
+
current_domain: R.location.hostname,
|
|
27576
|
+
current_url_path: R.location.pathname,
|
|
27577
|
+
current_url_protocol: R.location.protocol,
|
|
27578
|
+
current_url_search: R.location.search
|
|
27579
27579
|
});
|
|
27580
27580
|
}
|
|
27581
27581
|
};
|
|
@@ -27588,7 +27588,7 @@ var pt = function(n) {
|
|
|
27588
27588
|
var s = n.match(e);
|
|
27589
27589
|
return s ? s[0] : "";
|
|
27590
27590
|
}, hd = function() {
|
|
27591
|
-
var n =
|
|
27591
|
+
var n = R.navigator.onLine;
|
|
27592
27592
|
return m.isUndefined(n) || n;
|
|
27593
27593
|
}, Pi = null, Ii = null;
|
|
27594
27594
|
typeof JSON < "u" && (Pi = JSON.stringify, Ii = JSON.parse);
|
|
@@ -27655,7 +27655,7 @@ function so(n, e) {
|
|
|
27655
27655
|
function gd(n) {
|
|
27656
27656
|
if (n && n.ignoreDnt)
|
|
27657
27657
|
return !1;
|
|
27658
|
-
var e = n && n.window ||
|
|
27658
|
+
var e = n && n.window || R, i = e.navigator || {}, t = !1;
|
|
27659
27659
|
return m.each([
|
|
27660
27660
|
i.doNotTrack,
|
|
27661
27661
|
// standard
|
|
@@ -28013,7 +28013,7 @@ Ve.prototype.reportError = function(n, e) {
|
|
|
28013
28013
|
Jn.error(i);
|
|
28014
28014
|
}
|
|
28015
28015
|
};
|
|
28016
|
-
var wn = Vi("recorder"), Cs =
|
|
28016
|
+
var wn = Vi("recorder"), Cs = R.CompressionStream, Sd = {
|
|
28017
28017
|
batch_size: 1e3,
|
|
28018
28018
|
batch_flush_interval_ms: 10 * 1e3,
|
|
28019
28019
|
batch_request_timeout_ms: 90 * 1e3,
|
|
@@ -28092,7 +28092,7 @@ Ke.prototype._sendRequest = function(n, e, i, t) {
|
|
|
28092
28092
|
retryAfter: o.headers.get("Retry-After")
|
|
28093
28093
|
});
|
|
28094
28094
|
}, this);
|
|
28095
|
-
|
|
28095
|
+
R.fetch(this.get_config("api_host") + "/" + this.get_config("api_routes").record + "?" + new URLSearchParams(e), {
|
|
28096
28096
|
method: "POST",
|
|
28097
28097
|
headers: {
|
|
28098
28098
|
Authorization: "Basic " + btoa(this.get_config("token") + ":"),
|
|
@@ -28141,7 +28141,7 @@ Ke.prototype.reportError = function(n, e) {
|
|
|
28141
28141
|
wn.error(i);
|
|
28142
28142
|
}
|
|
28143
28143
|
};
|
|
28144
|
-
|
|
28144
|
+
R.__mp_recorder = Ke;
|
|
28145
28145
|
var nn = function() {
|
|
28146
28146
|
};
|
|
28147
28147
|
nn.prototype.create_properties = function() {
|
|
@@ -28592,7 +28592,7 @@ var Lt, uo = function(n, e) {
|
|
|
28592
28592
|
}, Se, co = 0, Ad = 1, Ld = function(n) {
|
|
28593
28593
|
return n;
|
|
28594
28594
|
}, ei = function() {
|
|
28595
|
-
}, Ne = "mixpanel", ho = "base64", xd = "json", xt = "$device:",
|
|
28595
|
+
}, Ne = "mixpanel", ho = "base64", xd = "json", xt = "$device:", Dn = R.XMLHttpRequest && "withCredentials" in new XMLHttpRequest(), mo = !Dn && Fe.indexOf("MSIE") === -1 && Fe.indexOf("Mozilla") === -1, Bi = null;
|
|
28596
28596
|
dn.sendBeacon && (Bi = function() {
|
|
28597
28597
|
return dn.sendBeacon.apply(dn, arguments);
|
|
28598
28598
|
});
|
|
@@ -28708,17 +28708,17 @@ L.prototype._init = function(n, e, i) {
|
|
|
28708
28708
|
disable_all_events: !1,
|
|
28709
28709
|
identify_called: !1
|
|
28710
28710
|
}, this.request_batchers = {}, this._batch_requests = this.get_config("batch_requests"), this._batch_requests) {
|
|
28711
|
-
if (!m.localStorage.is_supported(!0) || !
|
|
28711
|
+
if (!m.localStorage.is_supported(!0) || !Dn)
|
|
28712
28712
|
this._batch_requests = !1, $.log("Turning off Mixpanel request-queueing; needs XHR and localStorage support"), m.each(this.get_batcher_configs(), function(d) {
|
|
28713
28713
|
$.log("Clearing batch queue " + d.queue_key), m.localStorage.remove(d.queue_key);
|
|
28714
28714
|
});
|
|
28715
|
-
else if (this.init_batchers(), Bi &&
|
|
28715
|
+
else if (this.init_batchers(), Bi && R.addEventListener) {
|
|
28716
28716
|
var o = m.bind(function() {
|
|
28717
28717
|
this.request_batchers.events.stopped || this.request_batchers.events.flush({ unloading: !0 });
|
|
28718
28718
|
}, this);
|
|
28719
|
-
|
|
28719
|
+
R.addEventListener("pagehide", function(d) {
|
|
28720
28720
|
d.persisted && o();
|
|
28721
|
-
}),
|
|
28721
|
+
}), R.addEventListener("visibilitychange", function() {
|
|
28722
28722
|
ee.visibilityState === "hidden" && o();
|
|
28723
28723
|
});
|
|
28724
28724
|
}
|
|
@@ -28733,14 +28733,14 @@ L.prototype._init = function(n, e, i) {
|
|
|
28733
28733
|
l && this._init_url_change_tracking(l), this.get_config("record_sessions_percent") > 0 && Math.random() * 100 <= this.get_config("record_sessions_percent") && this.start_session_recording();
|
|
28734
28734
|
};
|
|
28735
28735
|
L.prototype.start_session_recording = mn(function() {
|
|
28736
|
-
if (!
|
|
28736
|
+
if (!R.MutationObserver) {
|
|
28737
28737
|
$.critical("Browser does not support MutationObserver; skipping session recording");
|
|
28738
28738
|
return;
|
|
28739
28739
|
}
|
|
28740
28740
|
var n = m.bind(function() {
|
|
28741
|
-
this._recorder = this._recorder || new
|
|
28741
|
+
this._recorder = this._recorder || new R.__mp_recorder(this), this._recorder.startRecording();
|
|
28742
28742
|
}, this);
|
|
28743
|
-
m.isUndefined(
|
|
28743
|
+
m.isUndefined(R.__mp_recorder) ? uo(this.get_config("recorder_src"), n) : n();
|
|
28744
28744
|
});
|
|
28745
28745
|
L.prototype.stop_session_recording = function() {
|
|
28746
28746
|
this._recorder ? this._recorder.stopRecording() : $.critical("Session recorder module not loaded");
|
|
@@ -28782,19 +28782,19 @@ L.prototype._track_dom = function(n, e) {
|
|
|
28782
28782
|
L.prototype._init_url_change_tracking = function(n) {
|
|
28783
28783
|
var e = "", i = this.track_pageview();
|
|
28784
28784
|
if (i && (e = m.info.currentUrl()), m.include(["full-url", "url-with-path-and-query-string", "url-with-path"], n)) {
|
|
28785
|
-
|
|
28786
|
-
|
|
28787
|
-
}),
|
|
28788
|
-
|
|
28785
|
+
R.addEventListener("popstate", function() {
|
|
28786
|
+
R.dispatchEvent(new Event("mp_locationchange"));
|
|
28787
|
+
}), R.addEventListener("hashchange", function() {
|
|
28788
|
+
R.dispatchEvent(new Event("mp_locationchange"));
|
|
28789
28789
|
});
|
|
28790
|
-
var t =
|
|
28791
|
-
typeof t == "function" && (
|
|
28792
|
-
t.call(
|
|
28790
|
+
var t = R.history.pushState;
|
|
28791
|
+
typeof t == "function" && (R.history.pushState = function(o, a, l) {
|
|
28792
|
+
t.call(R.history, o, a, l), R.dispatchEvent(new Event("mp_locationchange"));
|
|
28793
28793
|
});
|
|
28794
|
-
var s =
|
|
28795
|
-
typeof s == "function" && (
|
|
28796
|
-
s.call(
|
|
28797
|
-
}),
|
|
28794
|
+
var s = R.history.replaceState;
|
|
28795
|
+
typeof s == "function" && (R.history.replaceState = function(o, a, l) {
|
|
28796
|
+
s.call(R.history, o, a, l), R.dispatchEvent(new Event("mp_locationchange"));
|
|
28797
|
+
}), R.addEventListener("mp_locationchange", (function() {
|
|
28798
28798
|
var o = m.info.currentUrl(), a = !1;
|
|
28799
28799
|
if (n === "full-url" ? a = o !== e : n === "url-with-path-and-query-string" ? a = o.split("#")[0] !== e.split("#")[0] : n === "url-with-path" && (a = o.split("#")[0].split("?")[0] !== e.split("#")[0].split("?")[0]), a) {
|
|
28800
28800
|
var l = this.track_pageview();
|
|
@@ -28806,7 +28806,7 @@ L.prototype._init_url_change_tracking = function(n) {
|
|
|
28806
28806
|
L.prototype._prepare_callback = function(n, e) {
|
|
28807
28807
|
if (m.isUndefined(n))
|
|
28808
28808
|
return null;
|
|
28809
|
-
if (
|
|
28809
|
+
if (Dn) {
|
|
28810
28810
|
var i = function(a) {
|
|
28811
28811
|
n(a, e);
|
|
28812
28812
|
};
|
|
@@ -28827,9 +28827,9 @@ L.prototype._send_request = function(n, e, i, t) {
|
|
|
28827
28827
|
transport: this.get_config("api_transport"),
|
|
28828
28828
|
verbose: this.get_config("verbose")
|
|
28829
28829
|
}, a = null;
|
|
28830
|
-
!t && (m.isFunction(i) || typeof i == "string") && (t = i, i = null), i = m.extend(o, i || {}),
|
|
28830
|
+
!t && (m.isFunction(i) || typeof i == "string") && (t = i, i = null), i = m.extend(o, i || {}), Dn || (i.method = "GET");
|
|
28831
28831
|
var l = i.method === "POST", d = Bi && l && i.transport.toLowerCase() === "sendbeacon", b = i.verbose;
|
|
28832
|
-
e.verbose && (b = !0), this.get_config("test") && (e.test = 1), b && (e.verbose = 1), this.get_config("img") && (e.img = 1),
|
|
28832
|
+
e.verbose && (b = !0), this.get_config("test") && (e.test = 1), b && (e.verbose = 1), this.get_config("img") && (e.img = 1), Dn || (t ? e.callback = t : (b || this.get_config("test")) && (e.callback = "(function(){})")), e.ip = this.get_config("ip") ? 1 : 0, e._ = (/* @__PURE__ */ new Date()).getTime().toString(), l && (a = "data=" + encodeURIComponent(e.data), delete e.data), n += "?" + m.HTTPBuildQuery(e);
|
|
28833
28833
|
var v = this;
|
|
28834
28834
|
if ("img" in e) {
|
|
28835
28835
|
var g = ee.createElement("img");
|
|
@@ -28845,7 +28845,7 @@ L.prototype._send_request = function(n, e, i, t) {
|
|
|
28845
28845
|
} catch (M) {
|
|
28846
28846
|
v.report_error(M);
|
|
28847
28847
|
}
|
|
28848
|
-
} else if (
|
|
28848
|
+
} else if (Dn)
|
|
28849
28849
|
try {
|
|
28850
28850
|
var f = new XMLHttpRequest();
|
|
28851
28851
|
f.open(i.method, n, !0);
|
|
@@ -29314,7 +29314,7 @@ var Bn = {}, Ed = function() {
|
|
|
29314
29314
|
if (i)
|
|
29315
29315
|
return Se[i] || (Se[i] = Bn[i] = ht(n, e, i), Se[i]._loaded()), Se[i];
|
|
29316
29316
|
var t = Se;
|
|
29317
|
-
Bn[Ne] ? t = Bn[Ne] : n && (t = ht(n, e, Ne), t._loaded(), Bn[Ne] = t), Se = t, Lt === Ad && (
|
|
29317
|
+
Bn[Ne] ? t = Bn[Ne] : n && (t = ht(n, e, Ne), t._loaded(), Bn[Ne] = t), Se = t, Lt === Ad && (R[Ne] = Se), Ed();
|
|
29318
29318
|
};
|
|
29319
29319
|
}, Id = function() {
|
|
29320
29320
|
function n() {
|
|
@@ -29337,12 +29337,12 @@ var Bn = {}, Ed = function() {
|
|
|
29337
29337
|
ee.attachEvent("onreadystatechange", n);
|
|
29338
29338
|
var i = !1;
|
|
29339
29339
|
try {
|
|
29340
|
-
i =
|
|
29340
|
+
i = R.frameElement === null;
|
|
29341
29341
|
} catch {
|
|
29342
29342
|
}
|
|
29343
29343
|
ee.documentElement.doScroll && i && e();
|
|
29344
29344
|
}
|
|
29345
|
-
m.register_event(
|
|
29345
|
+
m.register_event(R, "load", n, !0);
|
|
29346
29346
|
};
|
|
29347
29347
|
function Nd(n) {
|
|
29348
29348
|
return uo = n, Lt = co, Se = new L(), Pd(), Se.init(), Id(), Se;
|
|
@@ -29408,7 +29408,7 @@ class fo {
|
|
|
29408
29408
|
return po;
|
|
29409
29409
|
}
|
|
29410
29410
|
}
|
|
29411
|
-
const
|
|
29411
|
+
const Dd = `<div id="confirmationProgress">
|
|
29412
29412
|
<div class="min-h-[20dvh]">
|
|
29413
29413
|
<div>
|
|
29414
29414
|
<div class="grid grid-rows-[auto_1fr] gap-4 mx-5">
|
|
@@ -29438,7 +29438,7 @@ const Rd = `<div id="confirmationProgress">
|
|
|
29438
29438
|
</div>
|
|
29439
29439
|
</div>
|
|
29440
29440
|
</div>`;
|
|
29441
|
-
class
|
|
29441
|
+
class Rd {
|
|
29442
29442
|
constructor(e) {
|
|
29443
29443
|
h(this, "container");
|
|
29444
29444
|
h(this, "onAction");
|
|
@@ -29524,7 +29524,7 @@ class Dd {
|
|
|
29524
29524
|
this.container.innerHTML = this.render(), this.attachListeners();
|
|
29525
29525
|
}
|
|
29526
29526
|
render() {
|
|
29527
|
-
return
|
|
29527
|
+
return Dd;
|
|
29528
29528
|
}
|
|
29529
29529
|
}
|
|
29530
29530
|
class Hd {
|
|
@@ -29621,7 +29621,7 @@ class Hd {
|
|
|
29621
29621
|
reference: this.reference,
|
|
29622
29622
|
encryptedCard: o
|
|
29623
29623
|
};
|
|
29624
|
-
return
|
|
29624
|
+
return Di(
|
|
29625
29625
|
this.token,
|
|
29626
29626
|
d,
|
|
29627
29627
|
this.rdtCode,
|
|
@@ -30026,7 +30026,7 @@ class Hd {
|
|
|
30026
30026
|
}), this.cardPinForm.renderComponent();
|
|
30027
30027
|
break;
|
|
30028
30028
|
case 3:
|
|
30029
|
-
this.cardOtpValidationForm = new
|
|
30029
|
+
this.cardOtpValidationForm = new Dr({
|
|
30030
30030
|
container: this.contents,
|
|
30031
30031
|
onClose: this.onClose,
|
|
30032
30032
|
onAction: (a) => (l) => this.submitOtp.bind(this)(a, l),
|
|
@@ -30059,7 +30059,7 @@ class Hd {
|
|
|
30059
30059
|
}), this.avsForm.renderComponent();
|
|
30060
30060
|
break;
|
|
30061
30061
|
case 8:
|
|
30062
|
-
this.transactionIssuesScreen = new
|
|
30062
|
+
this.transactionIssuesScreen = new Ri({
|
|
30063
30063
|
container: this.contents,
|
|
30064
30064
|
onAction: () => {
|
|
30065
30065
|
var a;
|
|
@@ -30092,7 +30092,7 @@ class Hd {
|
|
|
30092
30092
|
}), this.confirmationEnd.renderComponent();
|
|
30093
30093
|
break;
|
|
30094
30094
|
case 10:
|
|
30095
|
-
this.confirmationProgress = new
|
|
30095
|
+
this.confirmationProgress = new Rd({
|
|
30096
30096
|
container: this.contents,
|
|
30097
30097
|
onAction: (a) => {
|
|
30098
30098
|
this.currentStep = a;
|
|
@@ -30552,12 +30552,12 @@ var go = { exports: {} };
|
|
|
30552
30552
|
S.loading[r] = [p];
|
|
30553
30553
|
var x = O.createScriptRequest(S.getPath(r, u)), E = S.receivers.create(function(N) {
|
|
30554
30554
|
if (S.receivers.remove(E), S.loading[r]) {
|
|
30555
|
-
var
|
|
30555
|
+
var D = S.loading[r];
|
|
30556
30556
|
delete S.loading[r];
|
|
30557
30557
|
for (var Z = function(ce) {
|
|
30558
30558
|
ce || x.cleanup();
|
|
30559
|
-
}, Q = 0; Q <
|
|
30560
|
-
|
|
30559
|
+
}, Q = 0; Q < D.length; Q++)
|
|
30560
|
+
D[Q](N, Z);
|
|
30561
30561
|
}
|
|
30562
30562
|
});
|
|
30563
30563
|
x.send(E);
|
|
@@ -30666,13 +30666,13 @@ var go = { exports: {} };
|
|
|
30666
30666
|
return x.onreadystatechange = function() {
|
|
30667
30667
|
if (x.readyState === 4)
|
|
30668
30668
|
if (x.status === 200) {
|
|
30669
|
-
let N,
|
|
30669
|
+
let N, D = !1;
|
|
30670
30670
|
try {
|
|
30671
|
-
N = JSON.parse(x.responseText),
|
|
30671
|
+
N = JSON.parse(x.responseText), D = !0;
|
|
30672
30672
|
} catch {
|
|
30673
30673
|
S(new U(200, `JSON returned from ${p.toString()} endpoint was invalid, yet status code was 200. Data was: ${x.responseText}`), null);
|
|
30674
30674
|
}
|
|
30675
|
-
|
|
30675
|
+
D && S(null, N);
|
|
30676
30676
|
} else {
|
|
30677
30677
|
let N = "";
|
|
30678
30678
|
switch (p) {
|
|
@@ -30855,7 +30855,7 @@ var go = { exports: {} };
|
|
|
30855
30855
|
function li(c) {
|
|
30856
30856
|
var r = [], u = [];
|
|
30857
30857
|
return function p(S, x) {
|
|
30858
|
-
var E, N,
|
|
30858
|
+
var E, N, D;
|
|
30859
30859
|
switch (typeof S) {
|
|
30860
30860
|
case "object":
|
|
30861
30861
|
if (!S)
|
|
@@ -30864,14 +30864,14 @@ var go = { exports: {} };
|
|
|
30864
30864
|
if (r[E] === S)
|
|
30865
30865
|
return { $ref: u[E] };
|
|
30866
30866
|
if (r.push(S), u.push(x), Object.prototype.toString.apply(S) === "[object Array]")
|
|
30867
|
-
for (
|
|
30868
|
-
|
|
30867
|
+
for (D = [], E = 0; E < S.length; E += 1)
|
|
30868
|
+
D[E] = p(S[E], x + "[" + E + "]");
|
|
30869
30869
|
else {
|
|
30870
|
-
|
|
30870
|
+
D = {};
|
|
30871
30871
|
for (N in S)
|
|
30872
|
-
Object.prototype.hasOwnProperty.call(S, N) && (
|
|
30872
|
+
Object.prototype.hasOwnProperty.call(S, N) && (D[N] = p(S[N], x + "[" + JSON.stringify(N) + "]"));
|
|
30873
30873
|
}
|
|
30874
|
-
return
|
|
30874
|
+
return D;
|
|
30875
30875
|
case "number":
|
|
30876
30876
|
case "string":
|
|
30877
30877
|
case "boolean":
|
|
@@ -30920,8 +30920,8 @@ var go = { exports: {} };
|
|
|
30920
30920
|
c.auth_callbacks[x] = function(Q) {
|
|
30921
30921
|
S(null, Q);
|
|
30922
30922
|
};
|
|
30923
|
-
var
|
|
30924
|
-
N.src = u.endpoint + "?callback=" + encodeURIComponent(
|
|
30923
|
+
var D = "Pusher.auth_callbacks['" + x + "']";
|
|
30924
|
+
N.src = u.endpoint + "?callback=" + encodeURIComponent(D) + "&" + r;
|
|
30925
30925
|
var Z = E.getElementsByTagName("head")[0] || E.documentElement;
|
|
30926
30926
|
Z.insertBefore(N, Z.firstChild);
|
|
30927
30927
|
}, wo = ko;
|
|
@@ -30961,8 +30961,8 @@ var go = { exports: {} };
|
|
|
30961
30961
|
}
|
|
30962
30962
|
var Ao = function(c, r) {
|
|
30963
30963
|
return function(u, p) {
|
|
30964
|
-
var S = "http" + (r ? "s" : "") + "://", x = S + (c.host || c.options.host) + c.options.path, E = O.createJSONPRequest(x, u), N = O.ScriptReceivers.create(function(
|
|
30965
|
-
a.remove(N), E.cleanup(), Z && Z.host && (c.host = Z.host), p && p(
|
|
30964
|
+
var S = "http" + (r ? "s" : "") + "://", x = S + (c.host || c.options.host) + c.options.path, E = O.createJSONPRequest(x, u), N = O.ScriptReceivers.create(function(D, Z) {
|
|
30965
|
+
a.remove(N), E.cleanup(), Z && Z.host && (c.host = Z.host), p && p(D, Z);
|
|
30966
30966
|
});
|
|
30967
30967
|
E.send(N);
|
|
30968
30968
|
};
|
|
@@ -31186,10 +31186,10 @@ var go = { exports: {} };
|
|
|
31186
31186
|
isSupported: function() {
|
|
31187
31187
|
return O.isXHRSupported();
|
|
31188
31188
|
}
|
|
31189
|
-
},
|
|
31189
|
+
}, Do = new xn(be({}, It, Bt)), Ro = new xn(be({}, Nt, Bt)), Ho = {
|
|
31190
31190
|
ws: Bo,
|
|
31191
|
-
xhr_streaming:
|
|
31192
|
-
xhr_polling:
|
|
31191
|
+
xhr_streaming: Do,
|
|
31192
|
+
xhr_polling: Ro
|
|
31193
31193
|
}, di = Ho, Oo = new xn({
|
|
31194
31194
|
file: "sockjs",
|
|
31195
31195
|
urls: Po,
|
|
@@ -31214,12 +31214,12 @@ var go = { exports: {} };
|
|
|
31214
31214
|
path: r
|
|
31215
31215
|
}));
|
|
31216
31216
|
}
|
|
31217
|
-
}),
|
|
31217
|
+
}), Dt = {
|
|
31218
31218
|
isSupported: function(c) {
|
|
31219
31219
|
var r = O.isXDRSupported(c.useTLS);
|
|
31220
31220
|
return r;
|
|
31221
31221
|
}
|
|
31222
|
-
}, Uo = new xn(be({}, It,
|
|
31222
|
+
}, Uo = new xn(be({}, It, Dt)), Vo = new xn(be({}, Nt, Dt));
|
|
31223
31223
|
di.xdr_streaming = Uo, di.xdr_polling = Vo, di.sockjs = Oo;
|
|
31224
31224
|
var Ko = di;
|
|
31225
31225
|
class jo extends Je {
|
|
@@ -31246,9 +31246,9 @@ var go = { exports: {} };
|
|
|
31246
31246
|
activityTimeout: this.pingDelay
|
|
31247
31247
|
});
|
|
31248
31248
|
var x = this.transport.createConnection(r, u, p, S), E = null, N = function() {
|
|
31249
|
-
x.unbind("open", N), x.bind("closed",
|
|
31250
|
-
},
|
|
31251
|
-
if (x.unbind("closed",
|
|
31249
|
+
x.unbind("open", N), x.bind("closed", D), E = ae.now();
|
|
31250
|
+
}, D = (Z) => {
|
|
31251
|
+
if (x.unbind("closed", D), Z.code === 1002 || Z.code === 1003)
|
|
31252
31252
|
this.manager.reportDeath();
|
|
31253
31253
|
else if (!Z.wasClean && E) {
|
|
31254
31254
|
var Q = ae.now() - E;
|
|
@@ -31261,7 +31261,7 @@ var go = { exports: {} };
|
|
|
31261
31261
|
return this.manager.isAlive() && this.transport.isSupported(r);
|
|
31262
31262
|
}
|
|
31263
31263
|
}
|
|
31264
|
-
const
|
|
31264
|
+
const Rt = {
|
|
31265
31265
|
decodeMessage: function(c) {
|
|
31266
31266
|
try {
|
|
31267
31267
|
var r = JSON.parse(c.data), u = r.data;
|
|
@@ -31284,7 +31284,7 @@ var go = { exports: {} };
|
|
|
31284
31284
|
return JSON.stringify(c);
|
|
31285
31285
|
},
|
|
31286
31286
|
processHandshake: function(c) {
|
|
31287
|
-
var r =
|
|
31287
|
+
var r = Rt.decodeMessage(c);
|
|
31288
31288
|
if (r.event === "pusher:connection_established") {
|
|
31289
31289
|
if (!r.data.activity_timeout)
|
|
31290
31290
|
throw "No activity timeout specified in handshake";
|
|
@@ -31315,7 +31315,7 @@ var go = { exports: {} };
|
|
|
31315
31315
|
} : null;
|
|
31316
31316
|
}
|
|
31317
31317
|
};
|
|
31318
|
-
var yn =
|
|
31318
|
+
var yn = Rt;
|
|
31319
31319
|
class qo extends Je {
|
|
31320
31320
|
constructor(r, u) {
|
|
31321
31321
|
super(), this.id = r, this.transport = u, this.activityTimeout = u.activityTimeout, this.bindListeners();
|
|
@@ -31548,7 +31548,7 @@ var go = { exports: {} };
|
|
|
31548
31548
|
E(ce);
|
|
31549
31549
|
}
|
|
31550
31550
|
}
|
|
31551
|
-
function
|
|
31551
|
+
function D(Q) {
|
|
31552
31552
|
try {
|
|
31553
31553
|
Z(p.throw(Q));
|
|
31554
31554
|
} catch (ce) {
|
|
@@ -31556,7 +31556,7 @@ var go = { exports: {} };
|
|
|
31556
31556
|
}
|
|
31557
31557
|
}
|
|
31558
31558
|
function Z(Q) {
|
|
31559
|
-
Q.done ? x(Q.value) : S(Q.value).then(N,
|
|
31559
|
+
Q.done ? x(Q.value) : S(Q.value).then(N, D);
|
|
31560
31560
|
}
|
|
31561
31561
|
Z((p = p.apply(c, r || [])).next());
|
|
31562
31562
|
});
|
|
@@ -31940,15 +31940,15 @@ var go = { exports: {} };
|
|
|
31940
31940
|
return Kn(this.strategies, ae.method("isSupported"));
|
|
31941
31941
|
}
|
|
31942
31942
|
connect(r, u) {
|
|
31943
|
-
var p = this.strategies, S = 0, x = this.timeout, E = null, N = (
|
|
31943
|
+
var p = this.strategies, S = 0, x = this.timeout, E = null, N = (D, Z) => {
|
|
31944
31944
|
Z ? u(null, Z) : (S = S + 1, this.loop && (S = S % p.length), S < p.length ? (x && (x = x * 2, this.timeoutLimit && (x = Math.min(x, this.timeoutLimit))), E = this.tryStrategy(p[S], r, { timeout: x, failFast: this.failFast }, N)) : u(!0));
|
|
31945
31945
|
};
|
|
31946
31946
|
return E = this.tryStrategy(p[S], r, { timeout: x, failFast: this.failFast }, N), {
|
|
31947
31947
|
abort: function() {
|
|
31948
31948
|
E.abort();
|
|
31949
31949
|
},
|
|
31950
|
-
forceMinPriority: function(
|
|
31951
|
-
r =
|
|
31950
|
+
forceMinPriority: function(D) {
|
|
31951
|
+
r = D, E && E.forceMinPriority(D);
|
|
31952
31952
|
}
|
|
31953
31953
|
};
|
|
31954
31954
|
}
|
|
@@ -31956,8 +31956,8 @@ var go = { exports: {} };
|
|
|
31956
31956
|
var x = null, E = null;
|
|
31957
31957
|
return p.timeout > 0 && (x = new Te(p.timeout, function() {
|
|
31958
31958
|
E.abort(), S(!0);
|
|
31959
|
-
})), E = r.connect(u, function(N,
|
|
31960
|
-
N && x && x.isRunning() && !p.failFast || (x && x.ensureAborted(), S(N,
|
|
31959
|
+
})), E = r.connect(u, function(N, D) {
|
|
31960
|
+
N && x && x.isRunning() && !p.failFast || (x && x.ensureAborted(), S(N, D));
|
|
31961
31961
|
}), {
|
|
31962
31962
|
abort: function() {
|
|
31963
31963
|
x && x.ensureAborted(), E.abort();
|
|
@@ -32032,8 +32032,8 @@ var go = { exports: {} };
|
|
|
32032
32032
|
failFast: !0
|
|
32033
32033
|
}))) : x++);
|
|
32034
32034
|
}
|
|
32035
|
-
var
|
|
32036
|
-
ce ? (Ot(p), E.length > 0 ? (
|
|
32035
|
+
var D = ae.now(), Z = E.pop().connect(r, function Q(ce, hi) {
|
|
32036
|
+
ce ? (Ot(p), E.length > 0 ? (D = ae.now(), Z = E.pop().connect(r, Q)) : u(ce)) : (la(p, hi.transport.name, ae.now() - D, x), u(null, hi));
|
|
32037
32037
|
});
|
|
32038
32038
|
return {
|
|
32039
32039
|
abort: function() {
|
|
@@ -32150,7 +32150,7 @@ var go = { exports: {} };
|
|
|
32150
32150
|
hostNonTLS: c.httpHost + ":" + c.httpPort,
|
|
32151
32151
|
hostTLS: c.httpHost + ":" + c.httpsPort,
|
|
32152
32152
|
httpPath: c.httpPath
|
|
32153
|
-
}),
|
|
32153
|
+
}), D = {
|
|
32154
32154
|
loop: !0,
|
|
32155
32155
|
timeout: 15e3,
|
|
32156
32156
|
timeoutLimit: 6e4
|
|
@@ -32161,16 +32161,16 @@ var go = { exports: {} };
|
|
|
32161
32161
|
lives: 2,
|
|
32162
32162
|
minPingDelay: 1e4,
|
|
32163
32163
|
maxPingDelay: c.activityTimeout
|
|
32164
|
-
}), ce = S("ws", "ws", 3, x, Z), hi = S("wss", "ws", 3, E, Z), sr = S("sockjs", "sockjs", 1, N), Gt = S("xhr_streaming", "xhr_streaming", 1, N, Q), or = S("xdr_streaming", "xdr_streaming", 1, N, Q), Ft = S("xhr_polling", "xhr_polling", 1, N), ar = S("xdr_polling", "xdr_polling", 1, N), qt = new Cn([ce],
|
|
32164
|
+
}), ce = S("ws", "ws", 3, x, Z), hi = S("wss", "ws", 3, E, Z), sr = S("sockjs", "sockjs", 1, N), Gt = S("xhr_streaming", "xhr_streaming", 1, N, Q), or = S("xdr_streaming", "xdr_streaming", 1, N, Q), Ft = S("xhr_polling", "xhr_polling", 1, N), ar = S("xdr_polling", "xdr_polling", 1, N), qt = new Cn([ce], D), rr = new Cn([hi], D), lr = new Cn([sr], D), zt = new Cn([
|
|
32165
32165
|
new Gn(Fn(Gt), Gt, or)
|
|
32166
|
-
],
|
|
32166
|
+
], D), Wt = new Cn([
|
|
32167
32167
|
new Gn(Fn(Ft), Ft, ar)
|
|
32168
|
-
],
|
|
32168
|
+
], D), Zt = new Cn([
|
|
32169
32169
|
new Gn(Fn(zt), new Zi([
|
|
32170
32170
|
zt,
|
|
32171
32171
|
new ui(Wt, { delay: 4e3 })
|
|
32172
32172
|
]), Wt)
|
|
32173
|
-
],
|
|
32173
|
+
], D), Xi = new Gn(Fn(Zt), Zt, lr), et;
|
|
32174
32174
|
return r.useTLS ? et = new Zi([
|
|
32175
32175
|
qt,
|
|
32176
32176
|
new ui(Xi, { delay: 2e3 })
|
|
@@ -32578,16 +32578,16 @@ var go = { exports: {} };
|
|
|
32578
32578
|
x = $e.createHandshake(S, function(ce) {
|
|
32579
32579
|
p = !0, Q(), u(null, ce);
|
|
32580
32580
|
});
|
|
32581
|
-
},
|
|
32581
|
+
}, D = function(ce) {
|
|
32582
32582
|
Q(), u(ce);
|
|
32583
32583
|
}, Z = function() {
|
|
32584
32584
|
Q();
|
|
32585
32585
|
var ce;
|
|
32586
32586
|
ce = gn(S), u(new T(ce));
|
|
32587
32587
|
}, Q = function() {
|
|
32588
|
-
S.unbind("initialized", E), S.unbind("open", N), S.unbind("error",
|
|
32588
|
+
S.unbind("initialized", E), S.unbind("open", N), S.unbind("error", D), S.unbind("closed", Z);
|
|
32589
32589
|
};
|
|
32590
|
-
return S.bind("initialized", E), S.bind("open", N), S.bind("error",
|
|
32590
|
+
return S.bind("initialized", E), S.bind("open", N), S.bind("error", D), S.bind("closed", Z), S.initialize(), {
|
|
32591
32591
|
abort: () => {
|
|
32592
32592
|
p || (Q(), x ? x.close() : S.close());
|
|
32593
32593
|
},
|
|
@@ -32607,13 +32607,13 @@ var go = { exports: {} };
|
|
|
32607
32607
|
}
|
|
32608
32608
|
};
|
|
32609
32609
|
}
|
|
32610
|
-
const { Transports:
|
|
32611
|
-
var
|
|
32612
|
-
var E =
|
|
32610
|
+
const { Transports: Da } = O;
|
|
32611
|
+
var Ra = function(c, r, u, p, S, x) {
|
|
32612
|
+
var E = Da[u];
|
|
32613
32613
|
if (!E)
|
|
32614
32614
|
throw new K(u);
|
|
32615
|
-
var N = (!c.enabledTransports || Ee(c.enabledTransports, r) !== -1) && (!c.disabledTransports || Ee(c.disabledTransports, r) === -1),
|
|
32616
|
-
return N ? (S = Object.assign({ ignoreNullOrigin: c.ignoreNullOrigin }, S),
|
|
32615
|
+
var N = (!c.enabledTransports || Ee(c.enabledTransports, r) !== -1) && (!c.disabledTransports || Ee(c.disabledTransports, r) === -1), D;
|
|
32616
|
+
return N ? (S = Object.assign({ ignoreNullOrigin: c.ignoreNullOrigin }, S), D = new Ba(r, p, x ? x.getAssistant(E) : E, S)) : D = Ha, D;
|
|
32617
32617
|
}, Ha = {
|
|
32618
32618
|
isSupported: function() {
|
|
32619
32619
|
return !1;
|
|
@@ -32854,7 +32854,7 @@ var go = { exports: {} };
|
|
|
32854
32854
|
host: this.config.statsHost,
|
|
32855
32855
|
path: "/timeline/v2/" + O.TimelineTransport.name
|
|
32856
32856
|
}));
|
|
32857
|
-
var p = (S) => O.getDefaultStrategy(this.config, S,
|
|
32857
|
+
var p = (S) => O.getDefaultStrategy(this.config, S, Ra);
|
|
32858
32858
|
this.connection = $e.createConnectionManager(this.key, {
|
|
32859
32859
|
getStrategy: p,
|
|
32860
32860
|
timeline: this.timeline,
|
|
@@ -33367,7 +33367,7 @@ class zd {
|
|
|
33367
33367
|
channel: "bank_transfer",
|
|
33368
33368
|
reference: this.reference
|
|
33369
33369
|
};
|
|
33370
|
-
return
|
|
33370
|
+
return Di(
|
|
33371
33371
|
this.token,
|
|
33372
33372
|
a,
|
|
33373
33373
|
this.rdtCode,
|
|
@@ -33507,7 +33507,7 @@ class zd {
|
|
|
33507
33507
|
}), this.transferConfirmationEnd.renderComponent();
|
|
33508
33508
|
break;
|
|
33509
33509
|
case 9:
|
|
33510
|
-
this.transactionIssuesScreen = new
|
|
33510
|
+
this.transactionIssuesScreen = new Ri({
|
|
33511
33511
|
container: this.contents,
|
|
33512
33512
|
onAction: () => {
|
|
33513
33513
|
var s;
|
|
@@ -34562,7 +34562,7 @@ class su {
|
|
|
34562
34562
|
const ou = `<div class="flex items-center justify-center md:justify-between w-full text-xxs mt-5">
|
|
34563
34563
|
<div class="text-tone-60"><span>Powered by</span> <span class="font-bold">Spotflow</span></div>
|
|
34564
34564
|
<div class="align-center text-tone-60 hidden md:flex gap-4">
|
|
34565
|
-
<span id="test-cards-link" class="hover:font-bold">Test Cards</span>
|
|
34565
|
+
<!-- <span id="test-cards-link" class="hover:font-bold">Test Cards</span> -->
|
|
34566
34566
|
<a href="https://ribbon-scowl-35f.notion.site/Terms-Conditions-940742f0a1b144498ffc1786c5bc6a08?pvs=4" target="_blank" class="hover:font-bold">Terms</a>
|
|
34567
34567
|
<a href="https://ribbon-scowl-35f.notion.site/Privacy-Policy-Spotflow-3997ee8d923d4cd39a3dc43b7249b713" target="_blank" class="hover:font-bold">Privacy</a>
|
|
34568
34568
|
<a href="mailto:hello@spotflow.one" class="hover:font-bold">Contact</a>
|
|
@@ -35166,7 +35166,6 @@ class cu {
|
|
|
35166
35166
|
h(this, "warningError");
|
|
35167
35167
|
h(this, "pageLoader");
|
|
35168
35168
|
h(this, "localCurrency");
|
|
35169
|
-
h(this, "rate");
|
|
35170
35169
|
h(this, "amount");
|
|
35171
35170
|
h(this, "totalAmount");
|
|
35172
35171
|
h(this, "onAction");
|
|
@@ -35176,7 +35175,8 @@ class cu {
|
|
|
35176
35175
|
h(this, "url");
|
|
35177
35176
|
h(this, "currency");
|
|
35178
35177
|
h(this, "restartTransactionProcess");
|
|
35179
|
-
this
|
|
35178
|
+
h(this, "merchantDetails");
|
|
35179
|
+
this.container = e.container, this.onAction = e.onAction, this.switchScreen = e.switchScreen, this.url = e.url, this.merchantKey = e.merchantKey, this.rdtCode = e.rdtCode, this.currency = e.currency, this.localCurrency = e.localCurrency, this.amount = e.amount, this.totalAmount = e.totalAmount, this.merchantDetails = e.merchantDetails, this.restartTransactionProcess = e.restartTransactionProcess, this.warningError = new Ln({
|
|
35180
35180
|
container: this.container,
|
|
35181
35181
|
onAction: this.restartTransactionProcess.bind(this)
|
|
35182
35182
|
});
|
|
@@ -35222,13 +35222,14 @@ class cu {
|
|
|
35222
35222
|
});
|
|
35223
35223
|
}
|
|
35224
35224
|
displayButtonText(e) {
|
|
35225
|
+
var t, s;
|
|
35225
35226
|
const i = this.container.querySelector(
|
|
35226
35227
|
"#mobile-money-button-text"
|
|
35227
35228
|
);
|
|
35228
35229
|
if (i) {
|
|
35229
|
-
const
|
|
35230
|
-
i.textContent = `Continue to pay ${
|
|
35231
|
-
this.totalAmount !== this.amount ? this.totalAmount : this.amount * (this.
|
|
35230
|
+
const o = this.localCurrency && this.localCurrency !== this.currency ? this.localCurrency : this.currency;
|
|
35231
|
+
i.textContent = `Continue to pay ${o} ${Le(
|
|
35232
|
+
this.totalAmount !== this.amount ? this.totalAmount : this.amount * (this.currency === "USD" ? (s = (t = this.merchantDetails) == null ? void 0 : t.rate) == null ? void 0 : s.rate : 1),
|
|
35232
35233
|
2
|
|
35233
35234
|
)}`;
|
|
35234
35235
|
}
|
|
@@ -35478,7 +35479,7 @@ class bu {
|
|
|
35478
35479
|
// "233987654321"
|
|
35479
35480
|
}
|
|
35480
35481
|
};
|
|
35481
|
-
return
|
|
35482
|
+
return Di(
|
|
35482
35483
|
this.token,
|
|
35483
35484
|
d,
|
|
35484
35485
|
this.rdtCode,
|
|
@@ -35597,10 +35598,10 @@ class bu {
|
|
|
35597
35598
|
);
|
|
35598
35599
|
}
|
|
35599
35600
|
renderMobileMoneyContent(e) {
|
|
35600
|
-
var i
|
|
35601
|
+
var i;
|
|
35601
35602
|
if (e && (this.merchantDetails = e), this.currentStep === 3 && this.disablePaymentMethods("mobile_money"), this.currentStep !== 1) {
|
|
35602
|
-
const
|
|
35603
|
-
|
|
35603
|
+
const t = document.getElementById("go-back");
|
|
35604
|
+
t && (t.classList.remove("flex", "items-center", "gap-2", "mb-2"), t.innerHTML = "");
|
|
35604
35605
|
}
|
|
35605
35606
|
switch (this.currentStep === 6 ? this.hidePaymentMethods() : this.showPaymentMethods(), this.isMobile && this.hidePaymentMethods(), this.currentStep) {
|
|
35606
35607
|
case 1:
|
|
@@ -35608,18 +35609,18 @@ class bu {
|
|
|
35608
35609
|
container: this.contents,
|
|
35609
35610
|
merchantKey: this.token,
|
|
35610
35611
|
url: this.url,
|
|
35611
|
-
onAction: (
|
|
35612
|
+
onAction: (t) => (s) => this.createMobileMoney.bind(this)(t, s),
|
|
35612
35613
|
ref: this.activeRef,
|
|
35613
|
-
switchScreen: (
|
|
35614
|
-
this.currentStep =
|
|
35614
|
+
switchScreen: (t) => {
|
|
35615
|
+
this.currentStep = t;
|
|
35615
35616
|
},
|
|
35616
35617
|
rdtCode: this.rdtCode,
|
|
35617
35618
|
currency: this.currency,
|
|
35618
35619
|
localCurrency: this.localCurrency,
|
|
35619
35620
|
amount: this.amount,
|
|
35620
35621
|
totalAmount: this.totalAmount,
|
|
35621
|
-
|
|
35622
|
-
|
|
35622
|
+
restartTransactionProcess: this.restartTransactionProcess.bind(this),
|
|
35623
|
+
merchantDetails: this.merchantDetails
|
|
35623
35624
|
}), this.mobileMoneyForm.renderContent();
|
|
35624
35625
|
break;
|
|
35625
35626
|
case 2:
|
|
@@ -35628,8 +35629,8 @@ class bu {
|
|
|
35628
35629
|
case 3:
|
|
35629
35630
|
this.mobileMoneyConfirmation = new du({
|
|
35630
35631
|
container: this.contents,
|
|
35631
|
-
onAction: (
|
|
35632
|
-
this.currentStep =
|
|
35632
|
+
onAction: (t) => {
|
|
35633
|
+
this.currentStep = t;
|
|
35633
35634
|
},
|
|
35634
35635
|
ref: this.reference,
|
|
35635
35636
|
onSuccess: this.onSuccess.bind(this),
|
|
@@ -35637,8 +35638,8 @@ class bu {
|
|
|
35637
35638
|
rdtCode: this.rdtCode,
|
|
35638
35639
|
url: this.url,
|
|
35639
35640
|
callBackUrl: this.callBackUrl,
|
|
35640
|
-
setPaymentResponses: (
|
|
35641
|
-
this.paymentResponse =
|
|
35641
|
+
setPaymentResponses: (t, s) => {
|
|
35642
|
+
this.paymentResponse = t, this.paymentResponseHeaders = s;
|
|
35642
35643
|
}
|
|
35643
35644
|
}), this.mobileMoneyConfirmation.renderComponent();
|
|
35644
35645
|
break;
|
|
@@ -35648,7 +35649,7 @@ class bu {
|
|
|
35648
35649
|
amount: this.totalAmount,
|
|
35649
35650
|
currency: this.currency,
|
|
35650
35651
|
localCurrency: this.localCurrency,
|
|
35651
|
-
rate:
|
|
35652
|
+
rate: e == null ? void 0 : e.rate.rate
|
|
35652
35653
|
}), this.successScreen.renderComponent();
|
|
35653
35654
|
break;
|
|
35654
35655
|
case 5:
|
|
@@ -35662,8 +35663,8 @@ class bu {
|
|
|
35662
35663
|
this.mobileMoneyValidationForm = new mu({
|
|
35663
35664
|
container: this.contents,
|
|
35664
35665
|
onClose: this.onClose,
|
|
35665
|
-
onAction: (
|
|
35666
|
-
otpMessage: ((
|
|
35666
|
+
onAction: (t) => (s) => this.submitOtp.bind(this)(t, s),
|
|
35667
|
+
otpMessage: ((i = this.paymentResponse) == null ? void 0 : i.providerMessage) || "Please enter your OTP sent to your phone"
|
|
35667
35668
|
}), this.mobileMoneyValidationForm.renderComponent();
|
|
35668
35669
|
break;
|
|
35669
35670
|
case 7:
|
|
@@ -35672,8 +35673,8 @@ class bu {
|
|
|
35672
35673
|
case 8:
|
|
35673
35674
|
this.mobileMoneyConfirmationEnd = new vu({
|
|
35674
35675
|
container: this.contents,
|
|
35675
|
-
onAction: (
|
|
35676
|
-
this.currentStep =
|
|
35676
|
+
onAction: (t) => {
|
|
35677
|
+
this.currentStep = t;
|
|
35677
35678
|
},
|
|
35678
35679
|
ref: this.reference,
|
|
35679
35680
|
onSuccess: this.onSuccess.bind(this),
|
|
@@ -35686,12 +35687,12 @@ class bu {
|
|
|
35686
35687
|
}), this.mobileMoneyConfirmationEnd.renderComponent();
|
|
35687
35688
|
break;
|
|
35688
35689
|
case 9:
|
|
35689
|
-
this.transactionIssuesScreen = new
|
|
35690
|
+
this.transactionIssuesScreen = new Ri({
|
|
35690
35691
|
container: this.contents,
|
|
35691
35692
|
onAction: () => {
|
|
35692
|
-
var
|
|
35693
|
+
var t;
|
|
35693
35694
|
this.currentStep = 5, this.warningScreen.setPaymentError(
|
|
35694
|
-
((
|
|
35695
|
+
((t = this.paymentResponse) == null ? void 0 : t.providerMessage) || "Payment failed"
|
|
35695
35696
|
);
|
|
35696
35697
|
},
|
|
35697
35698
|
url: this.url,
|
|
@@ -35859,7 +35860,7 @@ class fu {
|
|
|
35859
35860
|
channel: "eft",
|
|
35860
35861
|
reference: this.reference
|
|
35861
35862
|
};
|
|
35862
|
-
return
|
|
35863
|
+
return Di(
|
|
35863
35864
|
this.token,
|
|
35864
35865
|
a,
|
|
35865
35866
|
this.rdtCode,
|
|
@@ -35990,7 +35991,7 @@ class fu {
|
|
|
35990
35991
|
}), this.contents.innerHTML = this.warningScreen.render(), this.warningScreen.attachListener();
|
|
35991
35992
|
break;
|
|
35992
35993
|
case 5:
|
|
35993
|
-
this.transactionIssuesScreen = new
|
|
35994
|
+
this.transactionIssuesScreen = new Ri({
|
|
35994
35995
|
container: this.contents,
|
|
35995
35996
|
onAction: () => {
|
|
35996
35997
|
var o;
|