@everymatrix/cashier-receipt-page-nd 1.69.103 → 1.69.104

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.
@@ -1,4 +1,4 @@
1
- import { i as Dt, a as Pt, b as Rt, $ as Lt, c as Ct, g as gt, d as Ht, S as It, e as Bt, s as Ot, f as X, h as Wt, n as Be, j as x, k as M, l as k, m as c, o as Et, p as zt, q as Ue, t as Fe, r as At, u as jt, v as j, w as $t, x as Yt, y as Zt, z as F, A as p, B as N, C as Vt, D as _e, E as Ve, F as U, G as Re, H as vt, I as ce, J as Ne, K as Ut, L as Ft, M as Nt, N as Kt, O as Gt } from "./CashierError-Bc-Eq2Z9.js";
1
+ import { i as Dt, a as Pt, b as Rt, $ as Lt, c as gt, g as Ct, d as Ht, S as It, e as Bt, s as Ot, f as X, h as Wt, n as Be, j as x, k as M, l as k, m as c, o as Et, p as zt, q as Ue, t as Fe, r as jt, u as At, v as A, w as $t, x as Yt, y as Zt, z as F, A as p, B as N, C as Vt, D as _e, E as Ve, F as U, G as Re, H as yt, I as ce, J as Ne, K as Ut, L as Ft, M as Nt, N as Kt, O as Gt } from "./CashierError-Bc-Eq2Z9.js";
2
2
  function Ke(i, { delay: e = 0, duration: t = 400, easing: n = Dt } = {}) {
3
3
  const r = +getComputedStyle(i).opacity;
4
4
  return {
@@ -43,8 +43,8 @@ const qe = {
43
43
  },
44
44
  reject: {
45
45
  title: "Deposit Rejected",
46
- subTitle: " ",
47
- text: " "
46
+ subTitle: "",
47
+ text: "Unfortunately, your deposit was been rejected"
48
48
  },
49
49
  fail: {
50
50
  amount: " ",
@@ -69,14 +69,14 @@ const qe = {
69
69
  text: "Thank you. Your withdrawal is being processed."
70
70
  },
71
71
  reject: {
72
- title: "Withdrawal Rejected",
72
+ title: "Withdraw rejected",
73
73
  subTitle: " ",
74
- text: " "
74
+ text: "Unfortunately, your withdraw was been rejected"
75
75
  },
76
76
  fail: {
77
- title: "Error",
77
+ title: "Withdraw error",
78
78
  subTitle: " ",
79
- text: "{errorText}"
79
+ text: "Unfortunately, your withdraw did not go through."
80
80
  },
81
81
  cancel: {
82
82
  title: "You have cancelled the transaction",
@@ -111,16 +111,16 @@ const qe = {
111
111
  paymentTime: "Ödeme Zamanı",
112
112
  backHome: "Ana sayfaya dön",
113
113
  tryAgainButton: "Tekrar Dene",
114
- refreshButton: "Durumunuzu kontrol edin",
114
+ refreshButton: "Durumunu Kontrol Et",
115
115
  success: "Başarılı",
116
116
  pending: "Beklemede",
117
117
  failed: "Hata",
118
- copyTransactionId: "İşlem ID’si kopyalandı",
118
+ copyTransactionId: "İşlem Kimliği panoya kopyalandı",
119
119
  deposit: {
120
120
  success: {
121
121
  amount: "{amount}",
122
- title: "Para Yatırma Başarılı!",
123
- text: "Para yatırma işleminiz başarılı"
122
+ title: "Yatırım Başarılı!",
123
+ text: "Yatırımınız başarıyla gerçekleştirildi"
124
124
  },
125
125
  pending: {
126
126
  amount: "{amount}",
@@ -128,14 +128,14 @@ const qe = {
128
128
  text: "Ödemeniz yakında yatırılacak"
129
129
  },
130
130
  reject: {
131
- title: "Para Yatırma Reddedildi",
132
- subTitle: " ",
133
- text: " "
131
+ title: "Yatırım Reddedildi",
132
+ subTitle: "",
133
+ text: "Maalesef yatırımınız reddedildi"
134
134
  },
135
135
  fail: {
136
136
  amount: " ",
137
- title: "Para Yatırma Başarısız!",
138
- text: "Maalesef para yatırma işleminiz gerçekleşmedi."
137
+ title: "Yatırım Başarısız!",
138
+ text: "Maalesef yatırımınız gerçekleşmedi."
139
139
  },
140
140
  cancel: {
141
141
  title: "İşlemi iptal ettiniz",
@@ -147,22 +147,22 @@ const qe = {
147
147
  success: {
148
148
  amount: "{amount}",
149
149
  subTitle: "Hesabınızdan çekildi",
150
- text: "Para çekme işleminiz başarılı"
150
+ text: "Çekim işleminiz başarıyla tamamlandı"
151
151
  },
152
152
  pending: {
153
153
  title: "Çekim beklemede",
154
154
  subTitle: "Hesabınızdan çekildi",
155
- text: "Teşekkürler. Para çekme işleminiz işleniyor."
155
+ text: "Teşekkürler. Çekim işleminiz işleniyor."
156
156
  },
157
157
  reject: {
158
- title: "Para Çekme Reddedildi",
158
+ title: "Çekim reddedildi",
159
159
  subTitle: " ",
160
- text: " "
160
+ text: "Maalesef çekim işleminiz reddedildi"
161
161
  },
162
162
  fail: {
163
- title: "Hata",
163
+ title: "Çekim hatası",
164
164
  subTitle: " ",
165
- text: "{errorText}"
165
+ text: "Maalesef çekim işleminiz gerçekleşmedi."
166
166
  },
167
167
  cancel: {
168
168
  title: "İşlemi iptal ettiniz",
@@ -174,19 +174,19 @@ const qe = {
174
174
  close: "KAPAT",
175
175
  receipt: {
176
176
  maintenance: {
177
- title: "Yakında Döneceğiz",
178
- text: "Planlanmış bakım nedeniyle hizmet dışıyız ve birkaç dakika içinde tekrar çevrimiçi olmayı bekliyoruz"
177
+ title: "Kısa Süreliğine Kapalıyız",
178
+ text: "Planlı bakım çalışması nedeniyle hizmet veremiyoruz, birkaç dakika içinde geri döneceğiz"
179
179
  }
180
180
  },
181
181
  goToPromotions: "Promosyonlara Git",
182
182
  goToTournaments: "Turnuvalar",
183
183
  goToSupport: "Destek ile İletişime Geç",
184
184
  goToMerchantHomePage: "Satıcının Ana Web Sitesi",
185
- goToSports: "Spor Bahislerine Git",
185
+ goToSports: "Sporlara Git",
186
186
  goToCasino: "Casino",
187
187
  goToLiveCasino: "Canlı Casino",
188
188
  externalLink: "Harici Bağlantı",
189
- uploadDocuments: "Belge Yükle",
189
+ uploadDocuments: "Belgeleri Yükle",
190
190
  goToHomepage: "Ana Sayfaya Git"
191
191
  },
192
192
  "pt-br": {
@@ -351,7 +351,7 @@ const qe = {
351
351
  uploadDocuments: "Subir Documentos",
352
352
  goToHomepage: "Ir a Página de Inicio"
353
353
  }
354
- }, Qt = (i, e) => `${i + e1[e]}`, Jt = (i, e) => `${t1[e]}.${yt[i]}.text`, Xt = (i) => `${yt[`${i}`]}`, e1 = {
354
+ }, Qt = (i, e) => `${i + e1[e]}`, Jt = (i, e) => `${t1[e]}.${vt[i]}.text`, Xt = (i) => `${vt[`${i}`]}`, e1 = {
355
355
  Success: "/txn-success.png",
356
356
  Voided: "/txn-success.png",
357
357
  Rejected: "/txn-failed.png",
@@ -366,7 +366,7 @@ const qe = {
366
366
  }, t1 = {
367
367
  Deposit: "deposit",
368
368
  Withdraw: "withdrawal"
369
- }, yt = {
369
+ }, vt = {
370
370
  Success: "success",
371
371
  Voided: "success",
372
372
  Rejected: "reject",
@@ -383,35 +383,35 @@ var bt = { exports: {} };
383
383
  (function(i, e) {
384
384
  (function(t, n) {
385
385
  i.exports = n();
386
- })(Ct, function() {
387
- var t = 1e3, n = 6e4, r = 36e5, s = "millisecond", o = "second", a = "minute", u = "hour", g = "day", y = "week", w = "month", D = "quarter", T = "year", R = "date", d = "Invalid Date", E = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, Z = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, G = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(S) {
386
+ })(gt, function() {
387
+ var t = 1e3, n = 6e4, r = 36e5, s = "millisecond", o = "second", a = "minute", u = "hour", C = "day", v = "week", w = "month", D = "quarter", T = "year", R = "date", d = "Invalid Date", E = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, Z = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, G = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(S) {
388
388
  var m = ["th", "st", "nd", "rd"], f = S % 100;
389
389
  return "[" + S + (m[(f - 20) % 10] || m[f] || m[0]) + "]";
390
390
  } }, V = function(S, m, f) {
391
- var C = String(S);
392
- return !C || C.length >= m ? S : "" + Array(m + 1 - C.length).join(f) + S;
391
+ var g = String(S);
392
+ return !g || g.length >= m ? S : "" + Array(m + 1 - g.length).join(f) + S;
393
393
  }, O = { s: V, z: function(S) {
394
- var m = -S.utcOffset(), f = Math.abs(m), C = Math.floor(f / 60), h = f % 60;
395
- return (m <= 0 ? "+" : "-") + V(C, 2, "0") + ":" + V(h, 2, "0");
394
+ var m = -S.utcOffset(), f = Math.abs(m), g = Math.floor(f / 60), h = f % 60;
395
+ return (m <= 0 ? "+" : "-") + V(g, 2, "0") + ":" + V(h, 2, "0");
396
396
  }, m: function S(m, f) {
397
397
  if (m.date() < f.date())
398
398
  return -S(f, m);
399
- var C = 12 * (f.year() - m.year()) + (f.month() - m.month()), h = m.clone().add(C, w), b = f - h < 0, _ = m.clone().add(C + (b ? -1 : 1), w);
400
- return +(-(C + (f - h) / (b ? h - _ : _ - h)) || 0);
399
+ var g = 12 * (f.year() - m.year()) + (f.month() - m.month()), h = m.clone().add(g, w), b = f - h < 0, _ = m.clone().add(g + (b ? -1 : 1), w);
400
+ return +(-(g + (f - h) / (b ? h - _ : _ - h)) || 0);
401
401
  }, a: function(S) {
402
402
  return S < 0 ? Math.ceil(S) || 0 : Math.floor(S);
403
403
  }, p: function(S) {
404
- return { M: w, y: T, w: y, d: g, D: R, h: u, m: a, s: o, ms: s, Q: D }[S] || String(S || "").toLowerCase().replace(/s$/, "");
404
+ return { M: w, y: T, w: v, d: C, D: R, h: u, m: a, s: o, ms: s, Q: D }[S] || String(S || "").toLowerCase().replace(/s$/, "");
405
405
  }, u: function(S) {
406
406
  return S === void 0;
407
- } }, A = "en", L = {};
408
- L[A] = G;
407
+ } }, j = "en", L = {};
408
+ L[j] = G;
409
409
  var q = "$isDayjsObject", oe = function(S) {
410
410
  return S instanceof se || !(!S || !S[q]);
411
- }, ne = function S(m, f, C) {
411
+ }, ne = function S(m, f, g) {
412
412
  var h;
413
413
  if (!m)
414
- return A;
414
+ return j;
415
415
  if (typeof m == "string") {
416
416
  var b = m.toLowerCase();
417
417
  L[b] && (h = b), f && (L[b] = f, h = b);
@@ -422,7 +422,7 @@ var bt = { exports: {} };
422
422
  var H = m.name;
423
423
  L[H] = m, h = H;
424
424
  }
425
- return !C && h && (A = h), h || !C && A;
425
+ return !g && h && (j = h), h || !g && j;
426
426
  }, Q = function(S, m) {
427
427
  if (oe(S))
428
428
  return S.clone();
@@ -438,8 +438,8 @@ var bt = { exports: {} };
438
438
  }
439
439
  var m = S.prototype;
440
440
  return m.parse = function(f) {
441
- this.$d = function(C) {
442
- var h = C.date, b = C.utc;
441
+ this.$d = function(g) {
442
+ var h = g.date, b = g.utc;
443
443
  if (h === null)
444
444
  return /* @__PURE__ */ new Date(NaN);
445
445
  if (P.u(h))
@@ -462,23 +462,23 @@ var bt = { exports: {} };
462
462
  return P;
463
463
  }, m.isValid = function() {
464
464
  return this.$d.toString() !== d;
465
- }, m.isSame = function(f, C) {
465
+ }, m.isSame = function(f, g) {
466
466
  var h = Q(f);
467
- return this.startOf(C) <= h && h <= this.endOf(C);
468
- }, m.isAfter = function(f, C) {
469
- return Q(f) < this.startOf(C);
470
- }, m.isBefore = function(f, C) {
471
- return this.endOf(C) < Q(f);
472
- }, m.$g = function(f, C, h) {
473
- return P.u(f) ? this[C] : this.set(h, f);
467
+ return this.startOf(g) <= h && h <= this.endOf(g);
468
+ }, m.isAfter = function(f, g) {
469
+ return Q(f) < this.startOf(g);
470
+ }, m.isBefore = function(f, g) {
471
+ return this.endOf(g) < Q(f);
472
+ }, m.$g = function(f, g, h) {
473
+ return P.u(f) ? this[g] : this.set(h, f);
474
474
  }, m.unix = function() {
475
475
  return Math.floor(this.valueOf() / 1e3);
476
476
  }, m.valueOf = function() {
477
477
  return this.$d.getTime();
478
- }, m.startOf = function(f, C) {
479
- var h = this, b = !!P.u(C) || C, _ = P.p(f), H = function(re, te) {
478
+ }, m.startOf = function(f, g) {
479
+ var h = this, b = !!P.u(g) || g, _ = P.p(f), H = function(re, te) {
480
480
  var ae = P.w(h.$u ? Date.UTC(h.$y, te, re) : new Date(h.$y, te, re), h);
481
- return b ? ae : ae.endOf(g);
481
+ return b ? ae : ae.endOf(C);
482
482
  }, Y = function(re, te) {
483
483
  return P.w(h.toDate()[re].apply(h.toDate("s"), (b ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(te)), h);
484
484
  }, z = this.$W, J = this.$M, ee = this.$D, ue = "set" + (this.$u ? "UTC" : "");
@@ -487,10 +487,10 @@ var bt = { exports: {} };
487
487
  return b ? H(1, 0) : H(31, 11);
488
488
  case w:
489
489
  return b ? H(1, J) : H(0, J + 1);
490
- case y:
490
+ case v:
491
491
  var ie = this.$locale().weekStart || 0, fe = (z < ie ? z + 7 : z) - ie;
492
492
  return H(b ? ee - fe : ee + (6 - fe), J);
493
- case g:
493
+ case C:
494
494
  case R:
495
495
  return Y(ue + "Hours", 0);
496
496
  case u:
@@ -504,22 +504,22 @@ var bt = { exports: {} };
504
504
  }
505
505
  }, m.endOf = function(f) {
506
506
  return this.startOf(f, !1);
507
- }, m.$set = function(f, C) {
508
- var h, b = P.p(f), _ = "set" + (this.$u ? "UTC" : ""), H = (h = {}, h[g] = _ + "Date", h[R] = _ + "Date", h[w] = _ + "Month", h[T] = _ + "FullYear", h[u] = _ + "Hours", h[a] = _ + "Minutes", h[o] = _ + "Seconds", h[s] = _ + "Milliseconds", h)[b], Y = b === g ? this.$D + (C - this.$W) : C;
507
+ }, m.$set = function(f, g) {
508
+ var h, b = P.p(f), _ = "set" + (this.$u ? "UTC" : ""), H = (h = {}, h[C] = _ + "Date", h[R] = _ + "Date", h[w] = _ + "Month", h[T] = _ + "FullYear", h[u] = _ + "Hours", h[a] = _ + "Minutes", h[o] = _ + "Seconds", h[s] = _ + "Milliseconds", h)[b], Y = b === C ? this.$D + (g - this.$W) : g;
509
509
  if (b === w || b === T) {
510
510
  var z = this.clone().set(R, 1);
511
511
  z.$d[H](Y), z.init(), this.$d = z.set(R, Math.min(this.$D, z.daysInMonth())).$d;
512
512
  } else
513
513
  H && this.$d[H](Y);
514
514
  return this.init(), this;
515
- }, m.set = function(f, C) {
516
- return this.clone().$set(f, C);
515
+ }, m.set = function(f, g) {
516
+ return this.clone().$set(f, g);
517
517
  }, m.get = function(f) {
518
518
  return this[P.p(f)]();
519
- }, m.add = function(f, C) {
519
+ }, m.add = function(f, g) {
520
520
  var h, b = this;
521
521
  f = Number(f);
522
- var _ = P.p(C), H = function(J) {
522
+ var _ = P.p(g), H = function(J) {
523
523
  var ee = Q(b);
524
524
  return P.w(ee.date(ee.date() + Math.round(J * f)), b);
525
525
  };
@@ -527,20 +527,20 @@ var bt = { exports: {} };
527
527
  return this.set(w, this.$M + f);
528
528
  if (_ === T)
529
529
  return this.set(T, this.$y + f);
530
- if (_ === g)
530
+ if (_ === C)
531
531
  return H(1);
532
- if (_ === y)
532
+ if (_ === v)
533
533
  return H(7);
534
534
  var Y = (h = {}, h[a] = n, h[u] = r, h[o] = t, h)[_] || 1, z = this.$d.getTime() + f * Y;
535
535
  return P.w(z, this);
536
- }, m.subtract = function(f, C) {
537
- return this.add(-1 * f, C);
536
+ }, m.subtract = function(f, g) {
537
+ return this.add(-1 * f, g);
538
538
  }, m.format = function(f) {
539
- var C = this, h = this.$locale();
539
+ var g = this, h = this.$locale();
540
540
  if (!this.isValid())
541
541
  return h.invalidDate || d;
542
542
  var b = f || "YYYY-MM-DDTHH:mm:ssZ", _ = P.z(this), H = this.$H, Y = this.$m, z = this.$M, J = h.weekdays, ee = h.months, ue = h.meridiem, ie = function(te, ae, le, pe) {
543
- return te && (te[ae] || te(C, b)) || le[ae].slice(0, pe);
543
+ return te && (te[ae] || te(g, b)) || le[ae].slice(0, pe);
544
544
  }, fe = function(te) {
545
545
  return P.s(H % 12 || 12, te, "0");
546
546
  }, re = ue || function(te, ae, le) {
@@ -551,9 +551,9 @@ var bt = { exports: {} };
551
551
  return ae || function(le) {
552
552
  switch (le) {
553
553
  case "YY":
554
- return String(C.$y).slice(-2);
554
+ return String(g.$y).slice(-2);
555
555
  case "YYYY":
556
- return P.s(C.$y, 4, "0");
556
+ return P.s(g.$y, 4, "0");
557
557
  case "M":
558
558
  return z + 1;
559
559
  case "MM":
@@ -563,17 +563,17 @@ var bt = { exports: {} };
563
563
  case "MMMM":
564
564
  return ie(ee, z);
565
565
  case "D":
566
- return C.$D;
566
+ return g.$D;
567
567
  case "DD":
568
- return P.s(C.$D, 2, "0");
568
+ return P.s(g.$D, 2, "0");
569
569
  case "d":
570
- return String(C.$W);
570
+ return String(g.$W);
571
571
  case "dd":
572
- return ie(h.weekdaysMin, C.$W, J, 2);
572
+ return ie(h.weekdaysMin, g.$W, J, 2);
573
573
  case "ddd":
574
- return ie(h.weekdaysShort, C.$W, J, 3);
574
+ return ie(h.weekdaysShort, g.$W, J, 3);
575
575
  case "dddd":
576
- return J[C.$W];
576
+ return J[g.$W];
577
577
  case "H":
578
578
  return String(H);
579
579
  case "HH":
@@ -591,11 +591,11 @@ var bt = { exports: {} };
591
591
  case "mm":
592
592
  return P.s(Y, 2, "0");
593
593
  case "s":
594
- return String(C.$s);
594
+ return String(g.$s);
595
595
  case "ss":
596
- return P.s(C.$s, 2, "0");
596
+ return P.s(g.$s, 2, "0");
597
597
  case "SSS":
598
- return P.s(C.$ms, 3, "0");
598
+ return P.s(g.$ms, 3, "0");
599
599
  case "Z":
600
600
  return _;
601
601
  }
@@ -604,8 +604,8 @@ var bt = { exports: {} };
604
604
  });
605
605
  }, m.utcOffset = function() {
606
606
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
607
- }, m.diff = function(f, C, h) {
608
- var b, _ = this, H = P.p(C), Y = Q(f), z = (Y.utcOffset() - this.utcOffset()) * n, J = this - Y, ee = function() {
607
+ }, m.diff = function(f, g, h) {
608
+ var b, _ = this, H = P.p(g), Y = Q(f), z = (Y.utcOffset() - this.utcOffset()) * n, J = this - Y, ee = function() {
609
609
  return P.m(_, Y);
610
610
  };
611
611
  switch (H) {
@@ -618,10 +618,10 @@ var bt = { exports: {} };
618
618
  case D:
619
619
  b = ee() / 3;
620
620
  break;
621
- case y:
621
+ case v:
622
622
  b = (J - z) / 6048e5;
623
623
  break;
624
- case g:
624
+ case C:
625
625
  b = (J - z) / 864e5;
626
626
  break;
627
627
  case u:
@@ -641,10 +641,10 @@ var bt = { exports: {} };
641
641
  return this.endOf(w).$D;
642
642
  }, m.$locale = function() {
643
643
  return L[this.$L];
644
- }, m.locale = function(f, C) {
644
+ }, m.locale = function(f, g) {
645
645
  if (!f)
646
646
  return this.$L;
647
- var h = this.clone(), b = ne(f, C, !0);
647
+ var h = this.clone(), b = ne(f, g, !0);
648
648
  return b && (h.$L = b), h;
649
649
  }, m.clone = function() {
650
650
  return P.w(this.$d, this);
@@ -658,7 +658,7 @@ var bt = { exports: {} };
658
658
  return this.$d.toUTCString();
659
659
  }, S;
660
660
  }(), $ = se.prototype;
661
- return Q.prototype = $, [["$ms", s], ["$s", o], ["$m", a], ["$H", u], ["$W", g], ["$M", w], ["$y", T], ["$D", R]].forEach(function(S) {
661
+ return Q.prototype = $, [["$ms", s], ["$s", o], ["$m", a], ["$H", u], ["$W", C], ["$M", w], ["$y", T], ["$D", R]].forEach(function(S) {
662
662
  $[S[1]] = function(m) {
663
663
  return this.$g(m, S[0], S[1]);
664
664
  };
@@ -666,16 +666,16 @@ var bt = { exports: {} };
666
666
  return S.$i || (S(m, se, Q), S.$i = !0), Q;
667
667
  }, Q.locale = ne, Q.isDayjs = oe, Q.unix = function(S) {
668
668
  return Q(1e3 * S);
669
- }, Q.en = L[A], Q.Ls = L, Q.p = {}, Q;
669
+ }, Q.en = L[j], Q.Ls = L, Q.p = {}, Q;
670
670
  });
671
671
  })(bt);
672
672
  var n1 = bt.exports;
673
- const Le = /* @__PURE__ */ gt(n1);
673
+ const Le = /* @__PURE__ */ Ct(n1);
674
674
  var wt = { exports: {} };
675
675
  (function(i, e) {
676
676
  (function(t, n) {
677
677
  i.exports = n();
678
- })(Ct, function() {
678
+ })(gt, function() {
679
679
  var t = "minute", n = /[+-]\d\d(?::?\d\d)?/g, r = /([+-]|\d\d)/g;
680
680
  return function(s, o, a) {
681
681
  var u = o.prototype;
@@ -688,26 +688,26 @@ var wt = { exports: {} };
688
688
  }, u.local = function() {
689
689
  return a(this.toDate(), { locale: this.$L, utc: !1 });
690
690
  };
691
- var g = u.parse;
691
+ var C = u.parse;
692
692
  u.parse = function(d) {
693
- d.utc && (this.$u = !0), this.$utils().u(d.$offset) || (this.$offset = d.$offset), g.call(this, d);
693
+ d.utc && (this.$u = !0), this.$utils().u(d.$offset) || (this.$offset = d.$offset), C.call(this, d);
694
694
  };
695
- var y = u.init;
695
+ var v = u.init;
696
696
  u.init = function() {
697
697
  if (this.$u) {
698
698
  var d = this.$d;
699
699
  this.$y = d.getUTCFullYear(), this.$M = d.getUTCMonth(), this.$D = d.getUTCDate(), this.$W = d.getUTCDay(), this.$H = d.getUTCHours(), this.$m = d.getUTCMinutes(), this.$s = d.getUTCSeconds(), this.$ms = d.getUTCMilliseconds();
700
700
  } else
701
- y.call(this);
701
+ v.call(this);
702
702
  };
703
703
  var w = u.utcOffset;
704
704
  u.utcOffset = function(d, E) {
705
705
  var Z = this.$utils().u;
706
706
  if (Z(d))
707
707
  return this.$u ? 0 : Z(this.$offset) ? w.call(this) : this.$offset;
708
- if (typeof d == "string" && (d = function(A) {
709
- A === void 0 && (A = "");
710
- var L = A.match(n);
708
+ if (typeof d == "string" && (d = function(j) {
709
+ j === void 0 && (j = "");
710
+ var L = j.match(n);
711
711
  if (!L)
712
712
  return null;
713
713
  var q = ("" + L[0]).match(r) || ["-", 0, 0], oe = q[0], ne = 60 * +q[1] + +q[2];
@@ -753,7 +753,7 @@ var wt = { exports: {} };
753
753
  });
754
754
  })(wt);
755
755
  var i1 = wt.exports;
756
- const r1 = /* @__PURE__ */ gt(i1);
756
+ const r1 = /* @__PURE__ */ Ct(i1);
757
757
  /*! *****************************************************************************
758
758
  Copyright (c) Microsoft Corporation.
759
759
 
@@ -841,7 +841,7 @@ var Ie = _t(function(i) {
841
841
  `) : "", this.name = "UnsubscriptionError", this.errors = t;
842
842
  };
843
843
  });
844
- function Ae(i, e) {
844
+ function je(i, e) {
845
845
  if (i) {
846
846
  var t = i.indexOf(e);
847
847
  0 <= t && i.splice(t, 1);
@@ -860,8 +860,8 @@ var He = function() {
860
860
  if (this._parentage = null, Array.isArray(o))
861
861
  try {
862
862
  for (var a = We(o), u = a.next(); !u.done; u = a.next()) {
863
- var g = u.value;
864
- g.remove(this);
863
+ var C = u.value;
864
+ C.remove(this);
865
865
  }
866
866
  } catch (d) {
867
867
  e = { error: d };
@@ -875,10 +875,10 @@ var He = function() {
875
875
  }
876
876
  else
877
877
  o.remove(this);
878
- var y = this.initialTeardown;
879
- if (me(y))
878
+ var v = this.initialTeardown;
879
+ if (me(v))
880
880
  try {
881
- y();
881
+ v();
882
882
  } catch (d) {
883
883
  s = d instanceof Ie ? d.errors : [d];
884
884
  }
@@ -929,10 +929,10 @@ var He = function() {
929
929
  this._parentage = Array.isArray(t) ? (t.push(e), t) : t ? [t, e] : e;
930
930
  }, i.prototype._removeParent = function(e) {
931
931
  var t = this._parentage;
932
- t === e ? this._parentage = null : Array.isArray(t) && Ae(t, e);
932
+ t === e ? this._parentage = null : Array.isArray(t) && je(t, e);
933
933
  }, i.prototype.remove = function(e) {
934
934
  var t = this._finalizers;
935
- t && Ae(t, e), e instanceof i && e._removeParent(this);
935
+ t && je(t, e), e instanceof i && e._removeParent(this);
936
936
  }, i.EMPTY = function() {
937
937
  var e = new i();
938
938
  return e.closed = !0, e;
@@ -974,7 +974,7 @@ var kt = function(i) {
974
974
  return n.isStopped = !1, t ? (n.destination = t, St(t) && t.add(n)) : n.destination = c1, n;
975
975
  }
976
976
  return e.create = function(t, n, r) {
977
- return new je(t, n, r);
977
+ return new Ae(t, n, r);
978
978
  }, e.prototype.next = function(t) {
979
979
  this.isStopped || this._next(t);
980
980
  }, e.prototype.error = function(t) {
@@ -1029,7 +1029,7 @@ var kt = function(i) {
1029
1029
  De(t);
1030
1030
  }
1031
1031
  }, i;
1032
- }(), je = function(i) {
1032
+ }(), Ae = function(i) {
1033
1033
  ke(e, i);
1034
1034
  function e(t, n, r) {
1035
1035
  var s = i.call(this) || this, o;
@@ -1073,7 +1073,7 @@ var Xe = function() {
1073
1073
  var t = new i();
1074
1074
  return t.source = this, t.operator = e, t;
1075
1075
  }, i.prototype.subscribe = function(e, t, n) {
1076
- var r = this, s = h1(e) ? e : new je(e, t, n);
1076
+ var r = this, s = h1(e) ? e : new Ae(e, t, n);
1077
1077
  return Pe(function() {
1078
1078
  var o = r, a = o.operator, u = o.source;
1079
1079
  s.add(a ? a.call(s, u) : u ? r._subscribe(s) : r._trySubscribe(s));
@@ -1087,7 +1087,7 @@ var Xe = function() {
1087
1087
  }, i.prototype.forEach = function(e, t) {
1088
1088
  var n = this;
1089
1089
  return t = et(t), new t(function(r, s) {
1090
- var o = new je({
1090
+ var o = new Ae({
1091
1091
  next: function(a) {
1092
1092
  try {
1093
1093
  e(a);
@@ -1135,7 +1135,7 @@ function m1(i) {
1135
1135
  function h1(i) {
1136
1136
  return i && i instanceof kt || m1(i) && St(i);
1137
1137
  }
1138
- var C1 = _t(function(i) {
1138
+ var g1 = _t(function(i) {
1139
1139
  return function() {
1140
1140
  i(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
1141
1141
  };
@@ -1150,7 +1150,7 @@ var C1 = _t(function(i) {
1150
1150
  return n.operator = t, n;
1151
1151
  }, e.prototype._throwIfClosed = function() {
1152
1152
  if (this.closed)
1153
- throw new C1();
1153
+ throw new g1();
1154
1154
  }, e.prototype.next = function(t) {
1155
1155
  var n = this;
1156
1156
  Pe(function() {
@@ -1162,8 +1162,8 @@ var C1 = _t(function(i) {
1162
1162
  var u = a.value;
1163
1163
  u.next(t);
1164
1164
  }
1165
- } catch (g) {
1166
- r = { error: g };
1165
+ } catch (C) {
1166
+ r = { error: C };
1167
1167
  } finally {
1168
1168
  try {
1169
1169
  a && !a.done && (s = o.return) && s.call(o);
@@ -1208,7 +1208,7 @@ var C1 = _t(function(i) {
1208
1208
  }, e.prototype._innerSubscribe = function(t) {
1209
1209
  var n = this, r = this, s = r.hasError, o = r.isStopped, a = r.observers;
1210
1210
  return s || o ? Tt : (this.currentObservers = null, a.push(t), new He(function() {
1211
- n.currentObservers = null, Ae(a, t);
1211
+ n.currentObservers = null, je(a, t);
1212
1212
  }));
1213
1213
  }, e.prototype._checkFinalizedStatuses = function(t) {
1214
1214
  var n = this, r = n.hasError, s = n.thrownError, o = n.isStopped;
@@ -1243,7 +1243,7 @@ var C1 = _t(function(i) {
1243
1243
  return (Mt.delegate || Date).now();
1244
1244
  },
1245
1245
  delegate: void 0
1246
- }, g1 = function(i) {
1246
+ }, C1 = function(i) {
1247
1247
  ke(e, i);
1248
1248
  function e(t, n, r) {
1249
1249
  t === void 0 && (t = 1 / 0), n === void 0 && (n = 1 / 0), r === void 0 && (r = Mt);
@@ -1261,21 +1261,21 @@ var C1 = _t(function(i) {
1261
1261
  }, e.prototype._trimBuffer = function() {
1262
1262
  var t = this, n = t._bufferSize, r = t._timestampProvider, s = t._buffer, o = t._infiniteTimeWindow, a = (o ? 1 : 2) * n;
1263
1263
  if (n < 1 / 0 && a < s.length && s.splice(0, s.length - a), !o) {
1264
- for (var u = r.now(), g = 0, y = 1; y < s.length && s[y] <= u; y += 2)
1265
- g = y;
1266
- g && s.splice(0, g + 1);
1264
+ for (var u = r.now(), C = 0, v = 1; v < s.length && s[v] <= u; v += 2)
1265
+ C = v;
1266
+ C && s.splice(0, C + 1);
1267
1267
  }
1268
1268
  }, e;
1269
1269
  }(xt);
1270
- const nt = [], it = {}, v1 = (i, e = 0) => {
1270
+ const nt = [], it = {}, y1 = (i, e = 0) => {
1271
1271
  if (nt.indexOf(i) == -1) {
1272
- const t = new g1(e);
1272
+ const t = new C1(e);
1273
1273
  it[i] = t, nt.push(i);
1274
1274
  }
1275
1275
  return it[i];
1276
1276
  };
1277
1277
  let $e = "en-UK", Ye = "true", Se = 2, Ze = "";
1278
- const y1 = (i, e, t, n) => {
1278
+ const v1 = (i, e, t, n) => {
1279
1279
  $e = i || "en-UK", Ye = e || "true", Se = +n || 2, Ze = t || "";
1280
1280
  }, b1 = (i, e) => {
1281
1281
  if (!Ze)
@@ -1283,7 +1283,7 @@ const y1 = (i, e, t, n) => {
1283
1283
  const n = new Intl.NumberFormat($e, { style: "currency", currency: e, currencyDisplay: Ye === "true" ? "symbol" : "code", maximumFractionDigits: Se, minimumFractionDigits: Se }).formatToParts(i), r = n.find((u) => u.type === "currency"), o = n.filter((u) => u.type !== "currency").map((u) => u.value).join("");
1284
1284
  return Ze === "before" ? `${r.value} ${o}` : `${o} ${r.value}`;
1285
1285
  };
1286
- window.emWidgets = { topic: v1 };
1286
+ window.emWidgets = { topic: y1 };
1287
1287
  const rt = (i) => !!(i.toLowerCase().match(/android/i) || i.toLowerCase().match(/blackberry|bb/i) || i.toLowerCase().match(/iphone|ipad|ipod/i) || i.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), ot = (i, e = {}) => {
1288
1288
  const t = new CustomEvent("track-custom-event", {
1289
1289
  detail: {
@@ -1372,7 +1372,7 @@ function _1(i) {
1372
1372
  let s = r(i), o = s && s(i);
1373
1373
  return {
1374
1374
  c() {
1375
- n && n.c(), e = j(), t = k("div"), o && o.c(), c(t, "class", "CashierReceiptPage");
1375
+ n && n.c(), e = A(), t = k("div"), o && o.c(), c(t, "class", "CashierReceiptPage");
1376
1376
  },
1377
1377
  m(a, u) {
1378
1378
  n && n.m(a, u), M(a, e, u), M(a, t, u), o && o.m(t, null);
@@ -1380,9 +1380,9 @@ function _1(i) {
1380
1380
  p(a, u) {
1381
1381
  /*copied*/
1382
1382
  a[23] ? n ? (n.p(a, u), u[0] & /*copied*/
1383
- 8388608 && Fe(n, 1)) : (n = ut(a), n.c(), Fe(n, 1), n.m(e.parentNode, e)) : n && (Ut(), At(n, 1, 1, () => {
1383
+ 8388608 && Fe(n, 1)) : (n = ut(a), n.c(), Fe(n, 1), n.m(e.parentNode, e)) : n && (Ut(), jt(n, 1, 1, () => {
1384
1384
  n = null;
1385
- }), jt()), s === (s = r(a)) && o ? o.p(a, u) : (o && o.d(1), o = s && s(a), o && (o.c(), o.m(t, null)));
1385
+ }), At()), s === (s = r(a)) && o ? o.p(a, u) : (o && o.d(1), o = s && s(a), o && (o.c(), o.m(t, null)));
1386
1386
  },
1387
1387
  d(a) {
1388
1388
  a && (x(e), x(t)), n && n.d(a), o && o.d();
@@ -1527,20 +1527,20 @@ function k1(i) {
1527
1527
  let e, t, n, r, s, o = (
1528
1528
  /*$_*/
1529
1529
  i[24]("amount") + ""
1530
- ), a, u, g, y, w, D, T, R = (
1530
+ ), a, u, C, v, w, D, T, R = (
1531
1531
  /*$_*/
1532
1532
  i[24]("status") + ""
1533
1533
  ), d, E, Z, G = (
1534
1534
  /*$_*/
1535
1535
  i[24](`${/*txnStatus*/
1536
1536
  i[21]}`) + ""
1537
- ), V, O, A, L, q, oe = (
1537
+ ), V, O, j, L, q, oe = (
1538
1538
  /*$_*/
1539
1539
  i[24]("transactionId") + ""
1540
1540
  ), ne, Q, P, se = (
1541
1541
  /*txnInfo*/
1542
1542
  i[15].referenceId + ""
1543
- ), $, S, m, f, C = (
1543
+ ), $, S, m, f, g = (
1544
1544
  /*$_*/
1545
1545
  i[24]("payemntMethod") + ""
1546
1546
  ), h, b, _, H, Y, z, J, ee = (
@@ -1549,33 +1549,33 @@ function k1(i) {
1549
1549
  ), ue, ie, fe, re = Le(
1550
1550
  /*txnInfo*/
1551
1551
  i[15].time
1552
- ).format("MMM DD, YYYY, HH:mm:ss") + "", te, ae, le, pe, de, ye = (
1552
+ ).format("MMM DD, YYYY, HH:mm:ss") + "", te, ae, le, pe, de, ve = (
1553
1553
  /*$_*/
1554
1554
  i[24]("backHome") + ""
1555
- ), be, ge, we = rt(
1555
+ ), be, Ce, we = rt(
1556
1556
  /*userAgent*/
1557
1557
  i[25]
1558
1558
  ) && /*showverifications*/
1559
1559
  i[8] && /*displayVerifications*/
1560
- i[22], he, ve, Te, xe;
1561
- function Me(v, W) {
1560
+ i[22], he, ye, Te, xe;
1561
+ function Me(y, W) {
1562
1562
  if (
1563
1563
  /*txnStatus*/
1564
- v[21] === "success"
1564
+ y[21] === "success"
1565
1565
  )
1566
1566
  return D1;
1567
1567
  if (
1568
1568
  /*txnStatus*/
1569
- v[21] === "pending"
1569
+ y[21] === "pending"
1570
1570
  )
1571
1571
  return M1;
1572
1572
  if (
1573
1573
  /*txnStatus*/
1574
- v[21] === "failed"
1574
+ y[21] === "failed"
1575
1575
  )
1576
1576
  return x1;
1577
1577
  }
1578
- let Ce = Me(i), l = Ce && Ce(i), B = (
1578
+ let ge = Me(i), l = ge && ge(i), B = (
1579
1579
  /*displayedButtons*/
1580
1580
  i[12].length > 0 && ft(i)
1581
1581
  ), K = we && dt(i), I = (
@@ -1584,17 +1584,17 @@ function k1(i) {
1584
1584
  );
1585
1585
  return {
1586
1586
  c() {
1587
- e = k("div"), l && l.c(), t = j(), n = k("div"), r = k("div"), s = k("p"), a = N(o), u = j(), g = k("span"), y = N(
1587
+ e = k("div"), l && l.c(), t = A(), n = k("div"), r = k("div"), s = k("p"), a = N(o), u = A(), C = k("span"), v = N(
1588
1588
  /*amount*/
1589
1589
  i[17]
1590
- ), w = j(), D = k("div"), T = k("p"), d = N(R), E = j(), Z = k("span"), V = N(G), A = j(), L = k("div"), q = k("p"), ne = N(oe), Q = j(), P = k("span"), $ = N(se), S = j(), m = k("div"), f = k("p"), h = N(C), b = j(), _ = k("span"), H = N(
1590
+ ), w = A(), D = k("div"), T = k("p"), d = N(R), E = A(), Z = k("span"), V = N(G), j = A(), L = k("div"), q = k("p"), ne = N(oe), Q = A(), P = k("span"), $ = N(se), S = A(), m = k("div"), f = k("p"), h = N(g), b = A(), _ = k("span"), H = N(
1591
1591
  /*paymentmethod*/
1592
1592
  i[9]
1593
- ), Y = j(), z = k("div"), J = k("p"), ue = N(ee), ie = j(), fe = k("span"), te = N(re), ae = j(), le = k("div"), B && B.c(), pe = j(), de = k("button"), be = N(ye), ge = j(), K && K.c(), he = j(), I && I.c(), ve = Ve(), c(e, "class", "ReceiptStatusWrapper"), c(r, "class", "Amount"), c(D, "class", O = `Status ${/*txnStatus*/
1593
+ ), Y = A(), z = k("div"), J = k("p"), ue = N(ee), ie = A(), fe = k("span"), te = N(re), ae = A(), le = k("div"), B && B.c(), pe = A(), de = k("button"), be = N(ve), Ce = A(), K && K.c(), he = A(), I && I.c(), ye = Ve(), c(e, "class", "ReceiptStatusWrapper"), c(r, "class", "Amount"), c(D, "class", O = `Status ${/*txnStatus*/
1594
1594
  i[21]}`), c(L, "class", "TxnId"), c(m, "class", "PaymentMethod"), c(z, "class", "PaymentTime"), c(n, "class", "ReceiptDetailsWrapper"), c(le, "class", "ReceiptButtonsWrapper"), c(de, "class", "DefaultButton");
1595
1595
  },
1596
- m(v, W) {
1597
- M(v, e, W), l && l.m(e, null), M(v, t, W), M(v, n, W), p(n, r), p(r, s), p(s, a), p(r, u), p(r, g), p(g, y), p(n, w), p(n, D), p(D, T), p(T, d), p(D, E), p(D, Z), p(Z, V), p(n, A), p(n, L), p(L, q), p(q, ne), p(L, Q), p(L, P), p(P, $), p(n, S), p(n, m), p(m, f), p(f, h), p(m, b), p(m, _), p(_, H), p(n, Y), p(n, z), p(z, J), p(J, ue), p(z, ie), p(z, fe), p(fe, te), M(v, ae, W), M(v, le, W), B && B.m(le, null), M(v, pe, W), M(v, de, W), p(de, be), M(v, ge, W), K && K.m(v, W), M(v, he, W), I && I.m(v, W), M(v, ve, W), Te || (xe = [
1596
+ m(y, W) {
1597
+ M(y, e, W), l && l.m(e, null), M(y, t, W), M(y, n, W), p(n, r), p(r, s), p(s, a), p(r, u), p(r, C), p(C, v), p(n, w), p(n, D), p(D, T), p(T, d), p(D, E), p(D, Z), p(Z, V), p(n, j), p(n, L), p(L, q), p(q, ne), p(L, Q), p(L, P), p(P, $), p(n, S), p(n, m), p(m, f), p(f, h), p(m, b), p(m, _), p(_, H), p(n, Y), p(n, z), p(z, J), p(J, ue), p(z, ie), p(z, fe), p(fe, te), M(y, ae, W), M(y, le, W), B && B.m(le, null), M(y, pe, W), M(y, de, W), p(de, be), M(y, Ce, W), K && K.m(y, W), M(y, he, W), I && I.m(y, W), M(y, ye, W), Te || (xe = [
1598
1598
  _e(
1599
1599
  P,
1600
1600
  "click",
@@ -1609,52 +1609,52 @@ function k1(i) {
1609
1609
  )
1610
1610
  ], Te = !0);
1611
1611
  },
1612
- p(v, W) {
1613
- Ce === (Ce = Me(v)) && l ? l.p(v, W) : (l && l.d(1), l = Ce && Ce(v), l && (l.c(), l.m(e, null))), W[0] & /*$_*/
1612
+ p(y, W) {
1613
+ ge === (ge = Me(y)) && l ? l.p(y, W) : (l && l.d(1), l = ge && ge(y), l && (l.c(), l.m(e, null))), W[0] & /*$_*/
1614
1614
  16777216 && o !== (o = /*$_*/
1615
- v[24]("amount") + "") && F(a, o), W[0] & /*amount*/
1615
+ y[24]("amount") + "") && F(a, o), W[0] & /*amount*/
1616
1616
  131072 && F(
1617
- y,
1617
+ v,
1618
1618
  /*amount*/
1619
- v[17]
1619
+ y[17]
1620
1620
  ), W[0] & /*$_*/
1621
1621
  16777216 && R !== (R = /*$_*/
1622
- v[24]("status") + "") && F(d, R), W[0] & /*$_, txnStatus*/
1622
+ y[24]("status") + "") && F(d, R), W[0] & /*$_, txnStatus*/
1623
1623
  18874368 && G !== (G = /*$_*/
1624
- v[24](`${/*txnStatus*/
1625
- v[21]}`) + "") && F(V, G), W[0] & /*txnStatus*/
1624
+ y[24](`${/*txnStatus*/
1625
+ y[21]}`) + "") && F(V, G), W[0] & /*txnStatus*/
1626
1626
  2097152 && O !== (O = `Status ${/*txnStatus*/
1627
- v[21]}`) && c(D, "class", O), W[0] & /*$_*/
1627
+ y[21]}`) && c(D, "class", O), W[0] & /*$_*/
1628
1628
  16777216 && oe !== (oe = /*$_*/
1629
- v[24]("transactionId") + "") && F(ne, oe), W[0] & /*txnInfo*/
1629
+ y[24]("transactionId") + "") && F(ne, oe), W[0] & /*txnInfo*/
1630
1630
  32768 && se !== (se = /*txnInfo*/
1631
- v[15].referenceId + "") && F($, se), W[0] & /*$_*/
1632
- 16777216 && C !== (C = /*$_*/
1633
- v[24]("payemntMethod") + "") && F(h, C), W[0] & /*paymentmethod*/
1631
+ y[15].referenceId + "") && F($, se), W[0] & /*$_*/
1632
+ 16777216 && g !== (g = /*$_*/
1633
+ y[24]("payemntMethod") + "") && F(h, g), W[0] & /*paymentmethod*/
1634
1634
  512 && F(
1635
1635
  H,
1636
1636
  /*paymentmethod*/
1637
- v[9]
1637
+ y[9]
1638
1638
  ), W[0] & /*$_*/
1639
1639
  16777216 && ee !== (ee = /*$_*/
1640
- v[24]("paymentTime") + "") && F(ue, ee), W[0] & /*txnInfo*/
1640
+ y[24]("paymentTime") + "") && F(ue, ee), W[0] & /*txnInfo*/
1641
1641
  32768 && re !== (re = Le(
1642
1642
  /*txnInfo*/
1643
- v[15].time
1643
+ y[15].time
1644
1644
  ).format("MMM DD, YYYY, HH:mm:ss") + "") && F(te, re), /*displayedButtons*/
1645
- v[12].length > 0 ? B ? B.p(v, W) : (B = ft(v), B.c(), B.m(le, null)) : B && (B.d(1), B = null), W[0] & /*$_*/
1646
- 16777216 && ye !== (ye = /*$_*/
1647
- v[24]("backHome") + "") && F(be, ye), W[0] & /*showverifications, displayVerifications*/
1645
+ y[12].length > 0 ? B ? B.p(y, W) : (B = ft(y), B.c(), B.m(le, null)) : B && (B.d(1), B = null), W[0] & /*$_*/
1646
+ 16777216 && ve !== (ve = /*$_*/
1647
+ y[24]("backHome") + "") && F(be, ve), W[0] & /*showverifications, displayVerifications*/
1648
1648
  4194560 && (we = rt(
1649
1649
  /*userAgent*/
1650
- v[25]
1650
+ y[25]
1651
1651
  ) && /*showverifications*/
1652
- v[8] && /*displayVerifications*/
1653
- v[22]), we ? K ? K.p(v, W) : (K = dt(v), K.c(), K.m(he.parentNode, he)) : K && (K.d(1), K = null), /*receiptFields*/
1654
- v[16].length ? I ? I.p(v, W) : (I = mt(v), I.c(), I.m(ve.parentNode, ve)) : I && (I.d(1), I = null);
1652
+ y[8] && /*displayVerifications*/
1653
+ y[22]), we ? K ? K.p(y, W) : (K = dt(y), K.c(), K.m(he.parentNode, he)) : K && (K.d(1), K = null), /*receiptFields*/
1654
+ y[16].length ? I ? I.p(y, W) : (I = mt(y), I.c(), I.m(ye.parentNode, ye)) : I && (I.d(1), I = null);
1655
1655
  },
1656
- d(v) {
1657
- v && (x(e), x(t), x(n), x(ae), x(le), x(pe), x(de), x(ge), x(he), x(ve)), l && l.d(), B && B.d(), K && K.d(v), I && I.d(v), Te = !1, Vt(xe);
1656
+ d(y) {
1657
+ y && (x(e), x(t), x(n), x(ae), x(le), x(pe), x(de), x(Ce), x(he), x(ye)), l && l.d(), B && B.d(), K && K.d(y), I && I.d(y), Te = !1, Vt(xe);
1658
1658
  }
1659
1659
  };
1660
1660
  }
@@ -1665,23 +1665,23 @@ function ct(i) {
1665
1665
  ), s, o, a, u = (
1666
1666
  /*$_*/
1667
1667
  i[24]("receipt.maintenance.text") + ""
1668
- ), g;
1668
+ ), C;
1669
1669
  return {
1670
1670
  c() {
1671
- e = k("div"), e.innerHTML = '<div class="ImagePlaceholder Maintenance"></div>', t = j(), n = k("span"), s = N(r), o = j(), a = k("span"), g = N(u), c(e, "slot", "icon"), c(n, "slot", "title"), c(n, "class", "CashierErrorTitle"), c(a, "slot", "text"), c(a, "class", "CashierErrorText");
1671
+ e = k("div"), e.innerHTML = '<div class="ImagePlaceholder Maintenance"></div>', t = A(), n = k("span"), s = N(r), o = A(), a = k("span"), C = N(u), c(e, "slot", "icon"), c(n, "slot", "title"), c(n, "class", "CashierErrorTitle"), c(a, "slot", "text"), c(a, "class", "CashierErrorText");
1672
1672
  },
1673
- m(y, w) {
1674
- M(y, e, w), M(y, t, w), M(y, n, w), p(n, s), M(y, o, w), M(y, a, w), p(a, g);
1673
+ m(v, w) {
1674
+ M(v, e, w), M(v, t, w), M(v, n, w), p(n, s), M(v, o, w), M(v, a, w), p(a, C);
1675
1675
  },
1676
- p(y, w) {
1676
+ p(v, w) {
1677
1677
  w[0] & /*$_*/
1678
1678
  16777216 && r !== (r = /*$_*/
1679
- y[24]("receipt.maintenance.title") + "") && F(s, r), w[0] & /*$_*/
1679
+ v[24]("receipt.maintenance.title") + "") && F(s, r), w[0] & /*$_*/
1680
1680
  16777216 && u !== (u = /*$_*/
1681
- y[24]("receipt.maintenance.text") + "") && F(g, u);
1681
+ v[24]("receipt.maintenance.text") + "") && F(C, u);
1682
1682
  },
1683
- d(y) {
1684
- y && (x(e), x(t), x(n), x(o), x(a));
1683
+ d(v) {
1684
+ v && (x(e), x(t), x(n), x(o), x(a));
1685
1685
  }
1686
1686
  };
1687
1687
  }
@@ -1690,7 +1690,7 @@ function x1(i) {
1690
1690
  /*$_*/
1691
1691
  i[24](`${/*txnInfo*/
1692
1692
  i[15].type.toLowerCase()}.fail.title`) + ""
1693
- ), g, y, w, D = (
1693
+ ), C, v, w, D = (
1694
1694
  /*$_*/
1695
1695
  i[24](`${/*txnInfo*/
1696
1696
  i[15].type.toLowerCase()}.fail.text`) + ""
@@ -1700,24 +1700,24 @@ function x1(i) {
1700
1700
  ), Z, G, V;
1701
1701
  return {
1702
1702
  c() {
1703
- e = ce("svg"), t = ce("circle"), n = ce("rect"), r = ce("path"), s = j(), o = k("div"), a = k("h3"), g = N(u), y = j(), w = k("p"), T = N(D), R = j(), d = k("button"), Z = N(E), c(t, "cx", "36"), c(t, "cy", "36"), c(t, "r", "36"), c(t, "fill", "#D14141"), c(t, "fill-opacity", "0.12"), c(n, "x", "19.335"), c(n, "y", "19"), c(n, "width", "33.33"), c(n, "height", "33.33"), c(n, "rx", "16.665"), c(n, "fill", "#FF3636"), c(r, "d", "M29.085 41.915L41.585 29.415M41.585 41.915L29.085 29.415"), c(r, "stroke", "black"), c(r, "stroke-width", "2.09016"), c(r, "stroke-linecap", "round"), c(r, "stroke-linejoin", "round"), c(e, "width", "72"), c(e, "height", "72"), c(e, "viewBox", "0 0 72 72"), c(e, "fill", "none"), c(e, "xmlns", "http://www.w3.org/2000/svg"), c(o, "class", "ReceiptStatusText"), c(d, "class", "TryAgainBtn");
1703
+ e = ce("svg"), t = ce("circle"), n = ce("rect"), r = ce("path"), s = A(), o = k("div"), a = k("h3"), C = N(u), v = A(), w = k("p"), T = N(D), R = A(), d = k("button"), Z = N(E), c(t, "cx", "36"), c(t, "cy", "36"), c(t, "r", "36"), c(t, "fill", "#D14141"), c(t, "fill-opacity", "0.12"), c(n, "x", "19.335"), c(n, "y", "19"), c(n, "width", "33.33"), c(n, "height", "33.33"), c(n, "rx", "16.665"), c(n, "fill", "#FF3636"), c(r, "d", "M29.085 41.915L41.585 29.415M41.585 41.915L29.085 29.415"), c(r, "stroke", "black"), c(r, "stroke-width", "2.09016"), c(r, "stroke-linecap", "round"), c(r, "stroke-linejoin", "round"), c(e, "width", "72"), c(e, "height", "72"), c(e, "viewBox", "0 0 72 72"), c(e, "fill", "none"), c(e, "xmlns", "http://www.w3.org/2000/svg"), c(o, "class", "ReceiptStatusText"), c(d, "class", "TryAgainBtn");
1704
1704
  },
1705
- m(O, A) {
1706
- M(O, e, A), p(e, t), p(e, n), p(e, r), M(O, s, A), M(O, o, A), p(o, a), p(a, g), p(o, y), p(o, w), p(w, T), M(O, R, A), M(O, d, A), p(d, Z), G || (V = _e(
1705
+ m(O, j) {
1706
+ M(O, e, j), p(e, t), p(e, n), p(e, r), M(O, s, j), M(O, o, j), p(o, a), p(a, C), p(o, v), p(o, w), p(w, T), M(O, R, j), M(O, d, j), p(d, Z), G || (V = _e(
1707
1707
  d,
1708
1708
  "click",
1709
1709
  /*handleTryAgainBtn*/
1710
1710
  i[29]
1711
1711
  ), G = !0);
1712
1712
  },
1713
- p(O, A) {
1714
- A[0] & /*$_, txnInfo*/
1713
+ p(O, j) {
1714
+ j[0] & /*$_, txnInfo*/
1715
1715
  16809984 && u !== (u = /*$_*/
1716
1716
  O[24](`${/*txnInfo*/
1717
- O[15].type.toLowerCase()}.fail.title`) + "") && F(g, u), A[0] & /*$_, txnInfo*/
1717
+ O[15].type.toLowerCase()}.fail.title`) + "") && F(C, u), j[0] & /*$_, txnInfo*/
1718
1718
  16809984 && D !== (D = /*$_*/
1719
1719
  O[24](`${/*txnInfo*/
1720
- O[15].type.toLowerCase()}.fail.text`) + "") && F(T, D), A[0] & /*$_*/
1720
+ O[15].type.toLowerCase()}.fail.text`) + "") && F(T, D), j[0] & /*$_*/
1721
1721
  16777216 && E !== (E = /*$_*/
1722
1722
  O[24]("tryAgainButton") + "") && F(Z, E);
1723
1723
  },
@@ -1727,7 +1727,7 @@ function x1(i) {
1727
1727
  };
1728
1728
  }
1729
1729
  function M1(i) {
1730
- let e, t, n, r, s, o, a, u, g, y = (
1730
+ let e, t, n, r, s, o, a, u, C, v = (
1731
1731
  /*$_*/
1732
1732
  i[24](`${/*txnInfo*/
1733
1733
  i[15].type.toLowerCase()}.pending.title`) + ""
@@ -1738,13 +1738,13 @@ function M1(i) {
1738
1738
  ), d, E, Z, G = (
1739
1739
  /*$_*/
1740
1740
  i[24]("refreshButton") + ""
1741
- ), V, O, A;
1741
+ ), V, O, j;
1742
1742
  return {
1743
1743
  c() {
1744
- e = ce("svg"), t = ce("circle"), n = ce("rect"), r = ce("path"), s = ce("path"), o = ce("path"), a = j(), u = k("div"), g = k("h3"), w = N(y), D = j(), T = k("p"), d = N(R), E = j(), Z = k("button"), V = N(G), c(t, "cx", "36"), c(t, "cy", "36"), c(t, "r", "36"), c(t, "fill", "#D19A41"), c(t, "fill-opacity", "0.12"), c(n, "x", "19"), c(n, "y", "19"), c(n, "width", "34"), c(n, "height", "34"), c(n, "rx", "17"), c(n, "fill", "#FF6836"), c(r, "d", "M36 46C30.4771 46 26 41.5228 26 36C26 30.4772 30.4772 26 36 26C40.4776 26 44.2257 28.9429 45.5 33H43"), c(r, "stroke", "black"), c(r, "stroke-width", "1.5"), c(r, "stroke-linecap", "round"), c(r, "stroke-linejoin", "round"), c(s, "d", "M36 32V36L38 38"), c(s, "stroke", "black"), c(s, "stroke-width", "1.5"), c(s, "stroke-linecap", "round"), c(s, "stroke-linejoin", "round"), c(o, "d", "M45.9551 37C45.9848 36.6709 46 36.3373 46 36M39 46C39.3416 45.8876 39.6753 45.7564 40 45.6078M44.7906 41C44.9835 40.6284 45.1555 40.2433 45.305 39.8462M42.1925 44.2292C42.5369 43.9441 42.8631 43.6358 43.1688 43.3065"), c(o, "stroke", "black"), c(o, "stroke-width", "1.5"), c(o, "stroke-linecap", "round"), c(o, "stroke-linejoin", "round"), c(e, "width", "72"), c(e, "height", "72"), c(e, "viewBox", "0 0 72 72"), c(e, "fill", "none"), c(e, "xmlns", "http://www.w3.org/2000/svg"), c(u, "class", "ReceiptStatusText"), c(Z, "class", "RefreshButton");
1744
+ e = ce("svg"), t = ce("circle"), n = ce("rect"), r = ce("path"), s = ce("path"), o = ce("path"), a = A(), u = k("div"), C = k("h3"), w = N(v), D = A(), T = k("p"), d = N(R), E = A(), Z = k("button"), V = N(G), c(t, "cx", "36"), c(t, "cy", "36"), c(t, "r", "36"), c(t, "fill", "#D19A41"), c(t, "fill-opacity", "0.12"), c(n, "x", "19"), c(n, "y", "19"), c(n, "width", "34"), c(n, "height", "34"), c(n, "rx", "17"), c(n, "fill", "#FF6836"), c(r, "d", "M36 46C30.4771 46 26 41.5228 26 36C26 30.4772 30.4772 26 36 26C40.4776 26 44.2257 28.9429 45.5 33H43"), c(r, "stroke", "black"), c(r, "stroke-width", "1.5"), c(r, "stroke-linecap", "round"), c(r, "stroke-linejoin", "round"), c(s, "d", "M36 32V36L38 38"), c(s, "stroke", "black"), c(s, "stroke-width", "1.5"), c(s, "stroke-linecap", "round"), c(s, "stroke-linejoin", "round"), c(o, "d", "M45.9551 37C45.9848 36.6709 46 36.3373 46 36M39 46C39.3416 45.8876 39.6753 45.7564 40 45.6078M44.7906 41C44.9835 40.6284 45.1555 40.2433 45.305 39.8462M42.1925 44.2292C42.5369 43.9441 42.8631 43.6358 43.1688 43.3065"), c(o, "stroke", "black"), c(o, "stroke-width", "1.5"), c(o, "stroke-linecap", "round"), c(o, "stroke-linejoin", "round"), c(e, "width", "72"), c(e, "height", "72"), c(e, "viewBox", "0 0 72 72"), c(e, "fill", "none"), c(e, "xmlns", "http://www.w3.org/2000/svg"), c(u, "class", "ReceiptStatusText"), c(Z, "class", "RefreshButton");
1745
1745
  },
1746
1746
  m(L, q) {
1747
- M(L, e, q), p(e, t), p(e, n), p(e, r), p(e, s), p(e, o), M(L, a, q), M(L, u, q), p(u, g), p(g, w), p(u, D), p(u, T), p(T, d), M(L, E, q), M(L, Z, q), p(Z, V), O || (A = _e(
1747
+ M(L, e, q), p(e, t), p(e, n), p(e, r), p(e, s), p(e, o), M(L, a, q), M(L, u, q), p(u, C), p(C, w), p(u, D), p(u, T), p(T, d), M(L, E, q), M(L, Z, q), p(Z, V), O || (j = _e(
1748
1748
  Z,
1749
1749
  "click",
1750
1750
  /*getPaymentInfo*/
@@ -1753,9 +1753,9 @@ function M1(i) {
1753
1753
  },
1754
1754
  p(L, q) {
1755
1755
  q[0] & /*$_, txnInfo*/
1756
- 16809984 && y !== (y = /*$_*/
1756
+ 16809984 && v !== (v = /*$_*/
1757
1757
  L[24](`${/*txnInfo*/
1758
- L[15].type.toLowerCase()}.pending.title`) + "") && F(w, y), q[0] & /*$_, txnInfo*/
1758
+ L[15].type.toLowerCase()}.pending.title`) + "") && F(w, v), q[0] & /*$_, txnInfo*/
1759
1759
  16809984 && R !== (R = /*$_*/
1760
1760
  L[24](`${/*txnInfo*/
1761
1761
  L[15].type.toLowerCase()}.pending.text`) + "") && F(d, R), q[0] & /*$_*/
@@ -1763,7 +1763,7 @@ function M1(i) {
1763
1763
  L[24]("refreshButton") + "") && F(V, G);
1764
1764
  },
1765
1765
  d(L) {
1766
- L && (x(e), x(a), x(u), x(E), x(Z)), O = !1, A();
1766
+ L && (x(e), x(a), x(u), x(E), x(Z)), O = !1, j();
1767
1767
  }
1768
1768
  };
1769
1769
  }
@@ -1772,17 +1772,17 @@ function D1(i) {
1772
1772
  /*$_*/
1773
1773
  i[24](`${/*txnInfo*/
1774
1774
  i[15].type.toLowerCase()}.success.title`) + ""
1775
- ), u, g, y, w = (
1775
+ ), u, C, v, w = (
1776
1776
  /*$_*/
1777
1777
  i[24](`${/*txnInfo*/
1778
1778
  i[15].type.toLowerCase()}.success.text`) + ""
1779
1779
  ), D;
1780
1780
  return {
1781
1781
  c() {
1782
- e = ce("svg"), t = ce("circle"), n = ce("path"), r = j(), s = k("div"), o = k("h3"), u = N(a), g = j(), y = k("p"), D = N(w), c(t, "cx", "36"), c(t, "cy", "36"), c(t, "r", "36"), c(t, "fill", "#F9C408"), c(t, "fill-opacity", "0.12"), c(n, "d", "M36.5 19.3333C27.3167 19.3333 19.8333 26.8166 19.8333 36C19.8333 45.1833 27.3167 52.6666 36.5 52.6666C45.6833 52.6666 53.1667 45.1833 53.1667 36C53.1667 26.8166 45.6833 19.3333 36.5 19.3333ZM44.4667 32.1666L35.0167 41.6166C34.7833 41.85 34.4667 41.9833 34.1333 41.9833C33.8 41.9833 33.4833 41.85 33.25 41.6166L28.5333 36.9C28.05 36.4166 28.05 35.6166 28.5333 35.1333C29.0167 34.65 29.8167 34.65 30.3 35.1333L34.1333 38.9666L42.7 30.4C43.1833 29.9166 43.9833 29.9166 44.4667 30.4C44.95 30.8833 44.95 31.6666 44.4667 32.1666Z"), c(n, "fill", "#F9C408"), c(e, "width", "72"), c(e, "height", "72"), c(e, "viewBox", "0 0 72 72"), c(e, "fill", "none"), c(e, "xmlns", "http://www.w3.org/2000/svg"), c(s, "class", "ReceiptStatusText");
1782
+ e = ce("svg"), t = ce("circle"), n = ce("path"), r = A(), s = k("div"), o = k("h3"), u = N(a), C = A(), v = k("p"), D = N(w), c(t, "cx", "36"), c(t, "cy", "36"), c(t, "r", "36"), c(t, "fill", "#F9C408"), c(t, "fill-opacity", "0.12"), c(n, "d", "M36.5 19.3333C27.3167 19.3333 19.8333 26.8166 19.8333 36C19.8333 45.1833 27.3167 52.6666 36.5 52.6666C45.6833 52.6666 53.1667 45.1833 53.1667 36C53.1667 26.8166 45.6833 19.3333 36.5 19.3333ZM44.4667 32.1666L35.0167 41.6166C34.7833 41.85 34.4667 41.9833 34.1333 41.9833C33.8 41.9833 33.4833 41.85 33.25 41.6166L28.5333 36.9C28.05 36.4166 28.05 35.6166 28.5333 35.1333C29.0167 34.65 29.8167 34.65 30.3 35.1333L34.1333 38.9666L42.7 30.4C43.1833 29.9166 43.9833 29.9166 44.4667 30.4C44.95 30.8833 44.95 31.6666 44.4667 32.1666Z"), c(n, "fill", "#F9C408"), c(e, "width", "72"), c(e, "height", "72"), c(e, "viewBox", "0 0 72 72"), c(e, "fill", "none"), c(e, "xmlns", "http://www.w3.org/2000/svg"), c(s, "class", "ReceiptStatusText");
1783
1783
  },
1784
1784
  m(T, R) {
1785
- M(T, e, R), p(e, t), p(e, n), M(T, r, R), M(T, s, R), p(s, o), p(o, u), p(s, g), p(s, y), p(y, D);
1785
+ M(T, e, R), p(e, t), p(e, n), M(T, r, R), M(T, s, R), p(s, o), p(o, u), p(s, C), p(s, v), p(v, D);
1786
1786
  },
1787
1787
  p(T, R) {
1788
1788
  R[0] & /*$_, txnInfo*/
@@ -1834,7 +1834,7 @@ function ft(i) {
1834
1834
  }
1835
1835
  },
1836
1836
  d(r) {
1837
- r && x(e), vt(n, r);
1837
+ r && x(e), yt(n, r);
1838
1838
  }
1839
1839
  };
1840
1840
  }
@@ -1844,7 +1844,7 @@ function pt(i) {
1844
1844
  /*$_*/
1845
1845
  i[24](`${/*btn*/
1846
1846
  i[67].translationKey}`) + ""
1847
- ), o, a, u, g, y;
1847
+ ), o, a, u, C, v;
1848
1848
  function w() {
1849
1849
  return (
1850
1850
  /*click_handler_1*/
@@ -1856,11 +1856,11 @@ function pt(i) {
1856
1856
  }
1857
1857
  return {
1858
1858
  c() {
1859
- e = k("button"), t = k("div"), r = j(), o = N(s), a = j(), c(t, "class", "CustomButtonSvg"), c(e, "class", u = `${/*btn*/
1859
+ e = k("button"), t = k("div"), r = A(), o = N(s), a = A(), c(t, "class", "CustomButtonSvg"), c(e, "class", u = `${/*btn*/
1860
1860
  i[67].type} GoToButton`);
1861
1861
  },
1862
1862
  m(D, T) {
1863
- M(D, e, T), p(e, t), t.innerHTML = n, p(e, r), p(e, o), p(e, a), g || (y = _e(e, "click", w), g = !0);
1863
+ M(D, e, T), p(e, t), t.innerHTML = n, p(e, r), p(e, o), p(e, a), C || (v = _e(e, "click", w), C = !0);
1864
1864
  },
1865
1865
  p(D, T) {
1866
1866
  i = D, T[0] & /*displayedButtons*/
@@ -1873,7 +1873,7 @@ function pt(i) {
1873
1873
  i[67].type} GoToButton`) && c(e, "class", u);
1874
1874
  },
1875
1875
  d(D) {
1876
- D && x(e), g = !1, y();
1876
+ D && x(e), C = !1, v();
1877
1877
  }
1878
1878
  };
1879
1879
  }
@@ -2007,7 +2007,7 @@ function mt(i) {
2007
2007
  }
2008
2008
  },
2009
2009
  d(r) {
2010
- r && x(e), vt(n, r);
2010
+ r && x(e), yt(n, r);
2011
2011
  }
2012
2012
  };
2013
2013
  }
@@ -2043,23 +2043,23 @@ function R1(i) {
2043
2043
  ), a, u;
2044
2044
  return {
2045
2045
  c() {
2046
- e = k("span"), n = N(t), r = j(), s = k("a"), a = N(o), c(s, "href", u = /*field*/
2046
+ e = k("span"), n = N(t), r = A(), s = k("a"), a = N(o), c(s, "href", u = /*field*/
2047
2047
  i[64].defaultValue), c(s, "target", "_blank"), c(s, "rel", "noopener noreferrer");
2048
2048
  },
2049
- m(g, y) {
2050
- M(g, e, y), p(e, n), p(e, r), p(e, s), p(s, a);
2049
+ m(C, v) {
2050
+ M(C, e, v), p(e, n), p(e, r), p(e, s), p(s, a);
2051
2051
  },
2052
- p(g, y) {
2053
- y[0] & /*receiptFields*/
2052
+ p(C, v) {
2053
+ v[0] & /*receiptFields*/
2054
2054
  65536 && t !== (t = /*field*/
2055
- g[64].description + "") && F(n, t), y[0] & /*receiptFields*/
2055
+ C[64].description + "") && F(n, t), v[0] & /*receiptFields*/
2056
2056
  65536 && o !== (o = /*field*/
2057
- g[64].name + "") && F(a, o), y[0] & /*receiptFields*/
2057
+ C[64].name + "") && F(a, o), v[0] & /*receiptFields*/
2058
2058
  65536 && u !== (u = /*field*/
2059
- g[64].defaultValue) && c(s, "href", u);
2059
+ C[64].defaultValue) && c(s, "href", u);
2060
2060
  },
2061
- d(g) {
2062
- g && x(e);
2061
+ d(C) {
2062
+ C && x(e);
2063
2063
  }
2064
2064
  };
2065
2065
  }
@@ -2126,11 +2126,11 @@ function I1(i) {
2126
2126
  c() {
2127
2127
  e = k("div"), t = k("div"), r = N(n), c(e, "class", "QRCode");
2128
2128
  },
2129
- m(u, g) {
2130
- M(u, e, g), p(e, t), p(t, r), i[46](t), s || (o = _e(e, "click", a), s = !0);
2129
+ m(u, C) {
2130
+ M(u, e, C), p(e, t), p(t, r), i[46](t), s || (o = _e(e, "click", a), s = !0);
2131
2131
  },
2132
- p(u, g) {
2133
- i = u, g[0] & /*receiptFields*/
2132
+ p(u, C) {
2133
+ i = u, C[0] & /*receiptFields*/
2134
2134
  65536 && n !== (n = /*field*/
2135
2135
  i[64].defaultValue + "") && F(r, n);
2136
2136
  },
@@ -2163,7 +2163,7 @@ function ht(i) {
2163
2163
  let r = n(i), s = r(i);
2164
2164
  return {
2165
2165
  c() {
2166
- e = k("div"), s.c(), t = j(), c(e, "class", "ReceiptField");
2166
+ e = k("div"), s.c(), t = A(), c(e, "class", "ReceiptField");
2167
2167
  },
2168
2168
  m(o, a) {
2169
2169
  M(o, e, a), s.m(e, null), p(e, t);
@@ -2206,7 +2206,7 @@ let O1 = "_blank";
2206
2206
  function W1(i, e, t) {
2207
2207
  let n;
2208
2208
  Et(i, Ft, (l) => t(24, n = l)), Le.extend(r1);
2209
- let { endpoint: r } = e, { session: s } = e, { lang: o = "en" } = e, { local: a = "en-US" } = e, { showerrors: u = "true" } = e, { translationurl: g } = e, { assetsurl: y = "" } = e, { customerid: w } = e, { transactionid: D } = e, { currencydecimals: T = "2" } = e, { type: R } = e, { clientstyling: d = "" } = e, { clientstylingurl: E = "" } = e, { mbsource: Z = "" } = e, { showverifications: G = "true" } = e, { paymentmethod: V = "" } = e, O = !1, { customsucceessbuttons: A = "" } = e, { custompendingbuttons: L = "" } = e, { customfailedbuttons: q = "" } = e, { currencysymbol: oe = "" } = e, { currencyposition: ne = "" } = e, { windowsize: Q } = e, P = [];
2209
+ let { endpoint: r } = e, { session: s } = e, { lang: o = "en" } = e, { local: a = "en-US" } = e, { showerrors: u = "true" } = e, { translationurl: C } = e, { assetsurl: v = "" } = e, { customerid: w } = e, { transactionid: D } = e, { currencydecimals: T = "2" } = e, { type: R } = e, { clientstyling: d = "" } = e, { clientstylingurl: E = "" } = e, { mbsource: Z = "" } = e, { showverifications: G = "true" } = e, { paymentmethod: V = "" } = e, O = !1, { customsucceessbuttons: j = "" } = e, { custompendingbuttons: L = "" } = e, { customfailedbuttons: q = "" } = e, { currencysymbol: oe = "" } = e, { currencyposition: ne = "" } = e, { windowsize: Q } = e, P = [];
2210
2210
  var se;
2211
2211
  (function(l) {
2212
2212
  l.Success = "Success", l.Maintenance = "Maintenance";
@@ -2238,7 +2238,7 @@ function W1(i, e, t) {
2238
2238
  [["Html", 19], $.Html],
2239
2239
  [["QR", 20], $.QRCode]
2240
2240
  ].reduce(S, []));
2241
- let f, C = [], h, b, _ = [], H, Y, z = "", J = window.navigator.userAgent, ee = !1;
2241
+ let f, g = [], h, b, _ = [], H, Y, z = "", J = window.navigator.userAgent, ee = !1;
2242
2242
  const ue = {
2243
2243
  promotions: {
2244
2244
  event: "Cashier:goToPromotions",
@@ -2302,7 +2302,7 @@ function W1(i, e, t) {
2302
2302
  }, fe = () => {
2303
2303
  qt(o);
2304
2304
  };
2305
- zt(() => (window.addEventListener("message", re, !1), y1(a, oe, ne, T), () => {
2305
+ zt(() => (window.addEventListener("message", re, !1), v1(a, oe, ne, T), () => {
2306
2306
  window.removeEventListener("message", re);
2307
2307
  }));
2308
2308
  const re = (l) => {
@@ -2312,7 +2312,7 @@ function W1(i, e, t) {
2312
2312
  break;
2313
2313
  }
2314
2314
  }, te = () => {
2315
- let l = g;
2315
+ let l = C;
2316
2316
  if (l)
2317
2317
  return fetch(l).then((B) => B.json()).then((B) => {
2318
2318
  Object.keys(B).forEach((K) => {
@@ -2356,17 +2356,17 @@ function W1(i, e, t) {
2356
2356
  amount: I.Transaction.Amounts[0]?.Amount,
2357
2357
  currency: I.Transaction.Amounts[0]?.Currency,
2358
2358
  time: I.Transaction.Status.Created
2359
- }), t(16, C = I.ReceiptInfo && I.ReceiptInfo.ReceiptFields ? I.ReceiptInfo.ReceiptFields.map((v) => ({
2360
- type: m.get(v.Type),
2361
- name: v.Name,
2362
- description: v.Description,
2363
- defaultValue: v.DefaultValue,
2364
- useCopyButton: v.UseCopyButton,
2365
- usePrintButton: v.UsePrintButton
2359
+ }), t(16, g = I.ReceiptInfo && I.ReceiptInfo.ReceiptFields ? I.ReceiptInfo.ReceiptFields.map((y) => ({
2360
+ type: m.get(y.Type),
2361
+ name: y.Name,
2362
+ description: y.Description,
2363
+ defaultValue: y.DefaultValue,
2364
+ useCopyButton: y.UseCopyButton,
2365
+ usePrintButton: y.UsePrintButton
2366
2366
  })) : []), n(Jt(f.status, f.type), { values: { errorText: f.message } }), t(17, h = b1(Number(f.amount), f.currency)), f.status) {
2367
2367
  case "Voided":
2368
2368
  case "Success":
2369
- ie(A || "casino, livecasino, tournaments"), t(21, z = "success"), ot(
2369
+ ie(j || "casino, livecasino, tournaments"), t(21, z = "success"), ot(
2370
2370
  f.type === "Deposit" ? "deposit_success" : "withdrawal_success",
2371
2371
  {
2372
2372
  userID: w,
@@ -2400,11 +2400,11 @@ function W1(i, e, t) {
2400
2400
  default:
2401
2401
  ie("close");
2402
2402
  }
2403
- y ? Qt(y, f.status) : Xt(f.status);
2403
+ v ? Qt(v, f.status) : Xt(f.status);
2404
2404
  }).finally(() => t(11, O = !1));
2405
2405
  }, de = (l) => {
2406
2406
  window.postMessage({ type: l }, window.location.href);
2407
- }, ye = () => {
2407
+ }, ve = () => {
2408
2408
  window.postMessage({ type: "RetryPayment" }, window.location.href);
2409
2409
  }, be = (l) => {
2410
2410
  l && window.postMessage(
@@ -2417,7 +2417,7 @@ function W1(i, e, t) {
2417
2417
  window.location.href
2418
2418
  );
2419
2419
  };
2420
- let ge, we;
2420
+ let Ce, we;
2421
2421
  const he = async (l, B = !0) => {
2422
2422
  const I = l.currentTarget.innerHTML;
2423
2423
  if (!I) {
@@ -2426,16 +2426,16 @@ function W1(i, e, t) {
2426
2426
  }
2427
2427
  if (navigator.clipboard && navigator.clipboard.writeText)
2428
2428
  try {
2429
- await navigator.clipboard.writeText(I), console.log("Text copied successfully"), B && (t(23, ge = !0), clearTimeout(we), we = setTimeout(
2429
+ await navigator.clipboard.writeText(I), console.log("Text copied successfully"), B && (t(23, Ce = !0), clearTimeout(we), we = setTimeout(
2430
2430
  () => {
2431
- t(23, ge = !1);
2431
+ t(23, Ce = !1);
2432
2432
  },
2433
2433
  2e3
2434
2434
  ));
2435
- } catch (v) {
2436
- console.error("Clipboard API failed:", v);
2435
+ } catch (y) {
2436
+ console.error("Clipboard API failed:", y);
2437
2437
  }
2438
- }, ve = (l) => he(l), Te = (l) => de(l.event);
2438
+ }, ye = (l) => he(l), Te = (l) => de(l.event);
2439
2439
  function xe(l) {
2440
2440
  Ue[l ? "unshift" : "push"](() => {
2441
2441
  _[_.length] = l, t(18, _);
@@ -2444,19 +2444,19 @@ function W1(i, e, t) {
2444
2444
  const Me = (l) => {
2445
2445
  be(l.description);
2446
2446
  };
2447
- function Ce(l) {
2447
+ function ge(l) {
2448
2448
  Ue[l ? "unshift" : "push"](() => {
2449
2449
  b = l, t(10, b);
2450
2450
  });
2451
2451
  }
2452
2452
  return i.$$set = (l) => {
2453
- "endpoint" in l && t(0, r = l.endpoint), "session" in l && t(1, s = l.session), "lang" in l && t(2, o = l.lang), "local" in l && t(32, a = l.local), "showerrors" in l && t(33, u = l.showerrors), "translationurl" in l && t(3, g = l.translationurl), "assetsurl" in l && t(4, y = l.assetsurl), "customerid" in l && t(5, w = l.customerid), "transactionid" in l && t(34, D = l.transactionid), "currencydecimals" in l && t(35, T = l.currencydecimals), "type" in l && t(36, R = l.type), "clientstyling" in l && t(6, d = l.clientstyling), "clientstylingurl" in l && t(7, E = l.clientstylingurl), "mbsource" in l && t(37, Z = l.mbsource), "showverifications" in l && t(8, G = l.showverifications), "paymentmethod" in l && t(9, V = l.paymentmethod), "customsucceessbuttons" in l && t(38, A = l.customsucceessbuttons), "custompendingbuttons" in l && t(39, L = l.custompendingbuttons), "customfailedbuttons" in l && t(40, q = l.customfailedbuttons), "currencysymbol" in l && t(41, oe = l.currencysymbol), "currencyposition" in l && t(42, ne = l.currencyposition), "windowsize" in l && t(43, Q = l.windowsize);
2453
+ "endpoint" in l && t(0, r = l.endpoint), "session" in l && t(1, s = l.session), "lang" in l && t(2, o = l.lang), "local" in l && t(32, a = l.local), "showerrors" in l && t(33, u = l.showerrors), "translationurl" in l && t(3, C = l.translationurl), "assetsurl" in l && t(4, v = l.assetsurl), "customerid" in l && t(5, w = l.customerid), "transactionid" in l && t(34, D = l.transactionid), "currencydecimals" in l && t(35, T = l.currencydecimals), "type" in l && t(36, R = l.type), "clientstyling" in l && t(6, d = l.clientstyling), "clientstylingurl" in l && t(7, E = l.clientstylingurl), "mbsource" in l && t(37, Z = l.mbsource), "showverifications" in l && t(8, G = l.showverifications), "paymentmethod" in l && t(9, V = l.paymentmethod), "customsucceessbuttons" in l && t(38, j = l.customsucceessbuttons), "custompendingbuttons" in l && t(39, L = l.custompendingbuttons), "customfailedbuttons" in l && t(40, q = l.customfailedbuttons), "currencysymbol" in l && t(41, oe = l.currencysymbol), "currencyposition" in l && t(42, ne = l.currencyposition), "windowsize" in l && t(43, Q = l.windowsize);
2454
2454
  }, i.$$.update = () => {
2455
2455
  i.$$.dirty[0] & /*endpoint, session, customerid*/
2456
2456
  35 | i.$$.dirty[1] & /*transactionid, showerrors*/
2457
2457
  12 && r && s && w && D && u && pe(), i.$$.dirty[0] & /*lang*/
2458
2458
  4 && o && fe(), i.$$.dirty[0] & /*lang, translationurl*/
2459
- 12 && o && g && te(), i.$$.dirty[0] & /*clientstyling, customStylingContainer*/
2459
+ 12 && o && C && te(), i.$$.dirty[0] & /*clientstyling, customStylingContainer*/
2460
2460
  1088 && d && b && Nt(b, d), i.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
2461
2461
  1152 && E && b && Kt(b, E), i.$$.dirty[0] & /*customStylingContainer*/
2462
2462
  1024 | i.$$.dirty[1] & /*mbsource*/
@@ -2465,8 +2465,8 @@ function W1(i, e, t) {
2465
2465
  r,
2466
2466
  s,
2467
2467
  o,
2468
- g,
2469
- y,
2468
+ C,
2469
+ v,
2470
2470
  w,
2471
2471
  d,
2472
2472
  E,
@@ -2478,20 +2478,20 @@ function W1(i, e, t) {
2478
2478
  se,
2479
2479
  $,
2480
2480
  f,
2481
- C,
2481
+ g,
2482
2482
  h,
2483
2483
  _,
2484
2484
  H,
2485
2485
  Y,
2486
2486
  z,
2487
2487
  ee,
2488
- ge,
2488
+ Ce,
2489
2489
  n,
2490
2490
  J,
2491
2491
  ae,
2492
2492
  pe,
2493
2493
  de,
2494
- ye,
2494
+ ve,
2495
2495
  be,
2496
2496
  he,
2497
2497
  a,
@@ -2500,17 +2500,17 @@ function W1(i, e, t) {
2500
2500
  T,
2501
2501
  R,
2502
2502
  Z,
2503
- A,
2503
+ j,
2504
2504
  L,
2505
2505
  q,
2506
2506
  oe,
2507
2507
  ne,
2508
2508
  Q,
2509
- ve,
2509
+ ye,
2510
2510
  Te,
2511
2511
  xe,
2512
2512
  Me,
2513
- Ce
2513
+ ge
2514
2514
  ];
2515
2515
  }
2516
2516
  class E1 extends It {