@ranty/ranty-sdk 3.0.8-beta.1 → 3.0.8-beta.2
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.
|
@@ -916,7 +916,7 @@ function ie(t) {
|
|
|
916
916
|
*/
|
|
917
917
|
var z1;
|
|
918
918
|
((z1 = window.HTMLSlotElement) === null || z1 === void 0 ? void 0 : z1.prototype.assignedElements) != null;
|
|
919
|
-
const AS = "@ranty/ranty-sdk", cS = "3.0.8-beta.
|
|
919
|
+
const AS = "@ranty/ranty-sdk", cS = "3.0.8-beta.2", uS = "Ranty sdk", pS = "dist/index.js", hS = {
|
|
920
920
|
".": "./dist/index.js"
|
|
921
921
|
}, gS = "types/index.d.ts", fS = [
|
|
922
922
|
"dist",
|
|
@@ -6128,7 +6128,7 @@ const hT = "card_on_file", zu = "Volver a la tienda", Wa = "https://ranty-sdk-js
|
|
|
6128
6128
|
}
|
|
6129
6129
|
throw new Qf("Get Bines", "666");
|
|
6130
6130
|
}
|
|
6131
|
-
}), xT = () => jt.getConfig().VITE_DATADOG_ENV !== "productions",
|
|
6131
|
+
}), xT = () => jt.getConfig().VITE_DATADOG_ENV !== "productions", fe = {
|
|
6132
6132
|
info: (t, e = {}) => {
|
|
6133
6133
|
xT() && console.log(t, e), y_.logger.info(t, e);
|
|
6134
6134
|
},
|
|
@@ -6143,11 +6143,11 @@ const hT = "card_on_file", zu = "Volver a la tienda", Wa = "https://ranty-sdk-js
|
|
|
6143
6143
|
function BT(t, e) {
|
|
6144
6144
|
return ce(this, null, function* () {
|
|
6145
6145
|
try {
|
|
6146
|
-
|
|
6146
|
+
fe.info("init payload", { tag: "INIT_PAYLOAD", contextObject: e });
|
|
6147
6147
|
const r = yield t.init(e);
|
|
6148
|
-
return
|
|
6148
|
+
return fe.info("init result", { tag: "INIT_RESULT", contextObject: r }), r;
|
|
6149
6149
|
} catch (r) {
|
|
6150
|
-
throw console.error(r.details),
|
|
6150
|
+
throw console.error(r.details), fe.error("initialize MC checkout service error", { tag: "INITIALIZE_MC_CHECKOUT_ERROR" }, r), r;
|
|
6151
6151
|
}
|
|
6152
6152
|
});
|
|
6153
6153
|
}
|
|
@@ -6155,9 +6155,9 @@ function CT(t) {
|
|
|
6155
6155
|
return ce(this, null, function* () {
|
|
6156
6156
|
try {
|
|
6157
6157
|
const e = yield t.getCards();
|
|
6158
|
-
return
|
|
6158
|
+
return fe.info("getCards", { tag: "GET_CARDS", contextObject: e }), e;
|
|
6159
6159
|
} catch (e) {
|
|
6160
|
-
throw
|
|
6160
|
+
throw fe.error("get card error", { tag: "GET_CARDS_ERROR" }, e), e;
|
|
6161
6161
|
}
|
|
6162
6162
|
});
|
|
6163
6163
|
}
|
|
@@ -6167,9 +6167,9 @@ function ET(t, e) {
|
|
|
6167
6167
|
const r = yield t.idLookup({
|
|
6168
6168
|
email: e
|
|
6169
6169
|
});
|
|
6170
|
-
return
|
|
6170
|
+
return fe.info("idLookup", { tag: "ID_LOOKUP", contextObject: r }), r;
|
|
6171
6171
|
} catch (r) {
|
|
6172
|
-
throw
|
|
6172
|
+
throw fe.error("id lookup error", { tag: "ID_LOOKUP_ERROR" }, r), r;
|
|
6173
6173
|
}
|
|
6174
6174
|
});
|
|
6175
6175
|
}
|
|
@@ -6178,12 +6178,12 @@ function kT(t, e) {
|
|
|
6178
6178
|
let r;
|
|
6179
6179
|
e && (r = {
|
|
6180
6180
|
requestedValidationChannelId: e
|
|
6181
|
-
}),
|
|
6181
|
+
}), fe.info("requestedChannel", { tag: "REQUESTED_CHANNEL", contextObject: r });
|
|
6182
6182
|
try {
|
|
6183
6183
|
const n = yield t.initiateValidation(r);
|
|
6184
|
-
return
|
|
6184
|
+
return fe.info("initiateValidation", { tag: "INITIATE_VALIDATION", contextObject: n }), n;
|
|
6185
6185
|
} catch (n) {
|
|
6186
|
-
throw
|
|
6186
|
+
throw fe.error("validation error", { tag: "INITIATE_VALIDATION_ERROR" }, n), n;
|
|
6187
6187
|
}
|
|
6188
6188
|
});
|
|
6189
6189
|
}
|
|
@@ -6191,9 +6191,9 @@ function ST(t, e) {
|
|
|
6191
6191
|
return ce(this, null, function* () {
|
|
6192
6192
|
try {
|
|
6193
6193
|
const r = yield t.encryptCard(e);
|
|
6194
|
-
return
|
|
6194
|
+
return fe.info("encryptCardHandler", { tag: "ENCRYPT_CARD_RESULT", contextObject: r }), r;
|
|
6195
6195
|
} catch (r) {
|
|
6196
|
-
throw
|
|
6196
|
+
throw fe.error("encrypt card error", { tag: "ENCRYPT_CARD_ERROR" }, r), r;
|
|
6197
6197
|
}
|
|
6198
6198
|
});
|
|
6199
6199
|
}
|
|
@@ -6201,18 +6201,18 @@ function IT(t, e) {
|
|
|
6201
6201
|
return ce(this, null, function* () {
|
|
6202
6202
|
try {
|
|
6203
6203
|
const r = yield t.validate({ value: e });
|
|
6204
|
-
return
|
|
6204
|
+
return fe.info("validateHandler", { tag: "VALIDATE_RESULT", contextObject: r }), r;
|
|
6205
6205
|
} catch (r) {
|
|
6206
6206
|
if (r.details)
|
|
6207
6207
|
switch (r.details.reason) {
|
|
6208
6208
|
case "LOCKED":
|
|
6209
6209
|
case "ACCT_INACCESSIBLE":
|
|
6210
6210
|
case "RETRIES_EXCEEDED":
|
|
6211
|
-
throw
|
|
6211
|
+
throw fe.error("Retries exceeded", { tag: "OTP_RETRIES_EXCEEDED" }, r), new Error("OTP_RETRIES_EXCEEDED");
|
|
6212
6212
|
case "CODE_INVALID":
|
|
6213
|
-
throw
|
|
6213
|
+
throw fe.error("Code invalid", { tag: "OTP_CODE_INVALID" }, r), new Error("OTP_CODE_INVALID");
|
|
6214
6214
|
}
|
|
6215
|
-
throw
|
|
6215
|
+
throw fe.error("validateHandler error", { tag: "VALIDATE_HANDLER_ERROR" }, r), r;
|
|
6216
6216
|
}
|
|
6217
6217
|
});
|
|
6218
6218
|
}
|
|
@@ -6221,7 +6221,7 @@ function TT(t, e) {
|
|
|
6221
6221
|
var r, n;
|
|
6222
6222
|
try {
|
|
6223
6223
|
const s = yield t.checkoutWithNewCard(e);
|
|
6224
|
-
return
|
|
6224
|
+
return fe.info("checkoutWithNewCardHandler response", {
|
|
6225
6225
|
tag: "CHECKOUT_NEW_CARD_HANDLER",
|
|
6226
6226
|
contextObject: {
|
|
6227
6227
|
checkoutActionCode: s.checkoutActionCode,
|
|
@@ -6230,7 +6230,7 @@ function TT(t, e) {
|
|
|
6230
6230
|
}
|
|
6231
6231
|
}), s;
|
|
6232
6232
|
} catch (s) {
|
|
6233
|
-
throw
|
|
6233
|
+
throw fe.error("checkout with new card error", { tag: "CHECKOUT_NEW_CARD_ERROR" }, s), s;
|
|
6234
6234
|
}
|
|
6235
6235
|
});
|
|
6236
6236
|
}
|
|
@@ -6238,7 +6238,7 @@ function UT(t, e) {
|
|
|
6238
6238
|
return ce(this, null, function* () {
|
|
6239
6239
|
try {
|
|
6240
6240
|
const r = yield t.checkoutWithCard(e);
|
|
6241
|
-
return
|
|
6241
|
+
return fe.info("checkoutWithCardHandler response", {
|
|
6242
6242
|
tag: "CHECKOUT_CARD_HANDLER",
|
|
6243
6243
|
contextObject: {
|
|
6244
6244
|
checkoutActionCode: r.checkoutActionCode,
|
|
@@ -6247,16 +6247,16 @@ function UT(t, e) {
|
|
|
6247
6247
|
}
|
|
6248
6248
|
}), r;
|
|
6249
6249
|
} catch (r) {
|
|
6250
|
-
throw
|
|
6250
|
+
throw fe.error("checkout card error", { tag: "CHECKOUT_CARD_ERROR" }, r), r;
|
|
6251
6251
|
}
|
|
6252
6252
|
});
|
|
6253
6253
|
}
|
|
6254
6254
|
const jT = (t) => ce(void 0, null, function* () {
|
|
6255
6255
|
try {
|
|
6256
6256
|
const e = yield jt.instance.post("sdk/click2pay/checkout", t, {});
|
|
6257
|
-
return
|
|
6257
|
+
return fe.info("makeC2PCheckout", { tag: "MAKE_C2P_CHECKOUT", contextObject: e }), e.data;
|
|
6258
6258
|
} catch (e) {
|
|
6259
|
-
throw
|
|
6259
|
+
throw fe.error("makeC2PCheckout error", { tag: "MAKE_C2P_CHECKOUT_ERROR" }, e), e;
|
|
6260
6260
|
}
|
|
6261
6261
|
}), n_ = (t) => {
|
|
6262
6262
|
t.dispatchEvent(
|
|
@@ -9381,10 +9381,10 @@ function k7(t, e, r, n) {
|
|
|
9381
9381
|
}
|
|
9382
9382
|
var up = $P(k7);
|
|
9383
9383
|
Ej(Cl(), "DD_LOGS", up);
|
|
9384
|
-
const S7 = "@ranty/ranty-sdk", I7 = "3.0.8-beta.
|
|
9384
|
+
const S7 = "@ranty/ranty-sdk", I7 = "3.0.8-beta.2", T7 = 3, U7 = !0, j7 = {
|
|
9385
9385
|
"": {
|
|
9386
9386
|
name: "@ranty/ranty-sdk",
|
|
9387
|
-
version: "3.0.8-beta.
|
|
9387
|
+
version: "3.0.8-beta.2",
|
|
9388
9388
|
license: "ISC",
|
|
9389
9389
|
dependencies: {
|
|
9390
9390
|
"@datadog/browser-logs": "^5.35.1",
|
|
@@ -31922,13 +31922,13 @@ Fv.getInstallmentPlans = (t, e, r, n) => ce(void 0, null, function* () {
|
|
|
31922
31922
|
return Fv.plans = s.response.data.plans.cards, s;
|
|
31923
31923
|
} catch (s) {
|
|
31924
31924
|
const i = "Error getting installment plans";
|
|
31925
|
-
throw
|
|
31925
|
+
throw fe.error(i, { tag: "GET_INSTALLMENT_PLANS_ERROR" }, s), new Qf(i, "666");
|
|
31926
31926
|
}
|
|
31927
31927
|
});
|
|
31928
31928
|
let $7 = Fv;
|
|
31929
31929
|
const Aa = (t, e) => ce(void 0, null, function* () {
|
|
31930
31930
|
const { order_id: r, platform: n } = t.additional_info, s = yield $7.getInstallmentPlans(r, t.id, n, e);
|
|
31931
|
-
return
|
|
31931
|
+
return fe.info("getInstallmentsData", { tag: "GET_INSTALLMENT_DATA", data: s.response.data }), s.response.data;
|
|
31932
31932
|
});
|
|
31933
31933
|
var Te = /* @__PURE__ */ ((t) => (t.DEFAULT = "DEFAULT", t.CLICK_TO_PAY = "CLICK_TO_PAY", t.CARD_ON_FILE = "CARD_ON_FILE", t.ACCOUNT_TO_ACCOUNT = "ACCOUNT_TO_ACCOUNT", t.ACCOUNT_TO_ACCOUNT_FEEDBACK = "ACCOUNT_TO_ACCOUNT_FEEDBACK", t))(Te || {});
|
|
31934
31934
|
const Fd = class extends EventTarget {
|
|
@@ -41382,7 +41382,7 @@ let Bi = class extends qe {
|
|
|
41382
41382
|
i.length === 16 ? this.shouldValidateBin ? yield _T(i.slice(0, 6)).then((a) => {
|
|
41383
41383
|
this.validCredit = a.response.data.bines, this.validCredit && this.validCredit.brand === "NARANJA" ? (this.isError = !1, this.isBrand = !0, this.isTouched = !0) : (this.isTouched = !0, this.isBrand = !1, this.isError = !0);
|
|
41384
41384
|
}).catch((a) => {
|
|
41385
|
-
|
|
41385
|
+
fe.error("HANDLE-INPUT-ERROR", {}, a), this.serviceError();
|
|
41386
41386
|
}) : (this.isBrand = !0, this.isTouched = !0) : this.isError = !1;
|
|
41387
41387
|
const o = new CustomEvent("onChange", {
|
|
41388
41388
|
bubbles: !0,
|
|
@@ -42853,7 +42853,7 @@ let ul = class t extends qe {
|
|
|
42853
42853
|
}
|
|
42854
42854
|
this.payfacContext.isReady = !0, this.dispatchEvent(new CustomEvent("payfac-context-set", { bubbles: !0, composed: !0 }));
|
|
42855
42855
|
} catch (e) {
|
|
42856
|
-
throw nt("AUTH_ERROR", "Authentication failed."), this.payfacContext.isReady = !1, console.log(e),
|
|
42856
|
+
throw nt("AUTH_ERROR", "Authentication failed."), this.payfacContext.isReady = !1, console.log(e), fe.error(
|
|
42857
42857
|
"authorizationError",
|
|
42858
42858
|
{
|
|
42859
42859
|
context: Te.DEFAULT,
|
|
@@ -42886,7 +42886,7 @@ let ul = class t extends qe {
|
|
|
42886
42886
|
const r = yield _i(this.paymentRequestId);
|
|
42887
42887
|
this.payfacContext.paymentRequest = r.response;
|
|
42888
42888
|
} catch (r) {
|
|
42889
|
-
nt("AUTH_PAYMENT_REQUEST", "Payment request failed."),
|
|
42889
|
+
nt("AUTH_PAYMENT_REQUEST", "Payment request failed."), fe.error(
|
|
42890
42890
|
"getPaymentRequestError",
|
|
42891
42891
|
{
|
|
42892
42892
|
context: Te.DEFAULT,
|
|
@@ -43009,7 +43009,7 @@ let Ao = class t extends qe {
|
|
|
43009
43009
|
paymentRequestId: this.paymentRequestId,
|
|
43010
43010
|
publicKey: this.publicKey,
|
|
43011
43011
|
publicKeyScof: null
|
|
43012
|
-
}, this.requestUpdate(),
|
|
43012
|
+
}, this.requestUpdate(), fe.info("firstUpdated", {
|
|
43013
43013
|
context: Te.CARD_ON_FILE,
|
|
43014
43014
|
tag: "CONTEXT_SCOF_INIT",
|
|
43015
43015
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -43162,7 +43162,7 @@ let Ei = class t extends qe {
|
|
|
43162
43162
|
yield this.getPaymentRequest(), this.stateStatus.isRetry = !1;
|
|
43163
43163
|
return;
|
|
43164
43164
|
}
|
|
43165
|
-
this.stateStatus.isStart && (this.title = "Estamos procesando el pago", this.subtitle = "Puede tardar unos segundos.", yield this.initializatePayment()),
|
|
43165
|
+
this.stateStatus.isStart && (this.title = "Estamos procesando el pago", this.subtitle = "Puede tardar unos segundos.", yield this.initializatePayment()), fe.info("firstUpdated", {
|
|
43166
43166
|
context: Te.CARD_ON_FILE,
|
|
43167
43167
|
tag: "LOADING",
|
|
43168
43168
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -43177,7 +43177,7 @@ let Ei = class t extends qe {
|
|
|
43177
43177
|
return ce(this, null, function* () {
|
|
43178
43178
|
try {
|
|
43179
43179
|
const e = yield eC(this.stateScofProps.paymentRequestId), r = e.payment_request, n = e.allowed_cards, s = [...new Set(n.map((d) => d.name))];
|
|
43180
|
-
if (this.stateScof.statePaymentRequest = r, this.payfacContext.paymentRequest = r, this.payfacContext.context = Te.CARD_ON_FILE,
|
|
43180
|
+
if (this.stateScof.statePaymentRequest = r, this.payfacContext.paymentRequest = r, this.payfacContext.context = Te.CARD_ON_FILE, fe.info("getPaymentRequest", {
|
|
43181
43181
|
context: Te.CARD_ON_FILE,
|
|
43182
43182
|
tag: "GET_PAYMENT_REQUEST",
|
|
43183
43183
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -43204,7 +43204,7 @@ let Ei = class t extends qe {
|
|
|
43204
43204
|
selected: null
|
|
43205
43205
|
}, this.createEvent("button-pushed", this.stateScof.page), this.requestUpdate();
|
|
43206
43206
|
} catch (e) {
|
|
43207
|
-
nt("PAYMENT_REQUEST_ERROR", "Payment request failed."), this.stateStatus.title = "No pudimos cargar las opciones", this.stateStatus.subtitle = "Hubo un problema al intentar cargar las opciones de pago. Podés volver a intentarlo.", this.stateStatus.icon = "https://ranty-sdk-js.naranjax.com/images/error.svg", this.stateStatus.returnButton = !0, this.stateStatus.status = "ERROR_GET_PAYMENT",
|
|
43207
|
+
nt("PAYMENT_REQUEST_ERROR", "Payment request failed."), this.stateStatus.title = "No pudimos cargar las opciones", this.stateStatus.subtitle = "Hubo un problema al intentar cargar las opciones de pago. Podés volver a intentarlo.", this.stateStatus.icon = "https://ranty-sdk-js.naranjax.com/images/error.svg", this.stateStatus.returnButton = !0, this.stateStatus.status = "ERROR_GET_PAYMENT", fe.error(
|
|
43208
43208
|
"getPaymentRequest",
|
|
43209
43209
|
{
|
|
43210
43210
|
context: Te.CARD_ON_FILE,
|
|
@@ -43237,7 +43237,7 @@ let Ei = class t extends qe {
|
|
|
43237
43237
|
!1
|
|
43238
43238
|
);
|
|
43239
43239
|
try {
|
|
43240
|
-
yield g2(e), this.startPolling(),
|
|
43240
|
+
yield g2(e), this.startPolling(), fe.info("directPaymentTransparent", {
|
|
43241
43241
|
context: Te.CARD_ON_FILE,
|
|
43242
43242
|
tag: "POST_DIRECT_PAYMENT_TRANSPARENT",
|
|
43243
43243
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -43248,7 +43248,7 @@ let Ei = class t extends qe {
|
|
|
43248
43248
|
}
|
|
43249
43249
|
});
|
|
43250
43250
|
} catch (i) {
|
|
43251
|
-
nt("DIRECT_PAYMENT_ERROR", "Direct payment failed."), this.defaultMessageError(),
|
|
43251
|
+
nt("DIRECT_PAYMENT_ERROR", "Direct payment failed."), this.defaultMessageError(), fe.error(
|
|
43252
43252
|
"directPaymentTransparent",
|
|
43253
43253
|
{
|
|
43254
43254
|
context: Te.CARD_ON_FILE,
|
|
@@ -43291,7 +43291,7 @@ let Ei = class t extends qe {
|
|
|
43291
43291
|
}
|
|
43292
43292
|
};
|
|
43293
43293
|
try {
|
|
43294
|
-
e = yield bT(r), this.startPolling(),
|
|
43294
|
+
e = yield bT(r), this.startPolling(), fe.info("directPaymentTokenized", {
|
|
43295
43295
|
context: Te.CARD_ON_FILE,
|
|
43296
43296
|
tag: "POST_DIRECT_PAYMENT_TOKENIZED",
|
|
43297
43297
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -43303,7 +43303,7 @@ let Ei = class t extends qe {
|
|
|
43303
43303
|
}
|
|
43304
43304
|
});
|
|
43305
43305
|
} catch (n) {
|
|
43306
|
-
nt("DIRECT_PAYMENT_TOKENIZED_ERROR", "Direct payment tokenized failed."), this.defaultMessageError(),
|
|
43306
|
+
nt("DIRECT_PAYMENT_TOKENIZED_ERROR", "Direct payment tokenized failed."), this.defaultMessageError(), fe.error(
|
|
43307
43307
|
"directPaymentTokenized",
|
|
43308
43308
|
{
|
|
43309
43309
|
context: Te.CARD_ON_FILE,
|
|
@@ -43367,7 +43367,7 @@ let Ei = class t extends qe {
|
|
|
43367
43367
|
});
|
|
43368
43368
|
this.stateScof.walletPromotions = cl(e, "wallet"), this.stateScof.manualInputPromotions = cl(e, "manual_input");
|
|
43369
43369
|
} catch (e) {
|
|
43370
|
-
nt("PROMOTIONS_ERROR", "Promotions failed."), console.log(e),
|
|
43370
|
+
nt("PROMOTIONS_ERROR", "Promotions failed."), console.log(e), fe.error(
|
|
43371
43371
|
"getPromotionsError",
|
|
43372
43372
|
{
|
|
43373
43373
|
context: Te.CARD_ON_FILE,
|
|
@@ -43562,20 +43562,20 @@ const TQ = `@import"normalize.css";form{margin:inherit}.clickeable{cursor:pointe
|
|
|
43562
43562
|
}, FQ = (t, e) => {
|
|
43563
43563
|
const r = PQ(t), n = jt.getConfig();
|
|
43564
43564
|
if (r)
|
|
43565
|
-
if (
|
|
43565
|
+
if (fe.info(`Loading ${r} fraud prevention tooling`, e), r === zf.SIFT) {
|
|
43566
43566
|
const s = {
|
|
43567
43567
|
accountId: n.SIFT_FRAUD_PREVENTION.ACCOUNT_ID,
|
|
43568
43568
|
sessionId: e.sessionId,
|
|
43569
43569
|
userId: e.userId
|
|
43570
43570
|
};
|
|
43571
|
-
|
|
43571
|
+
fe.info("Loading sift fraud prevention tooling", s), rC(s);
|
|
43572
43572
|
} else {
|
|
43573
43573
|
const s = {
|
|
43574
43574
|
merchantId: n.CYBERSOURCE_FRAUD_PREVENTION.MERCHANT_ID,
|
|
43575
43575
|
orgId: n.CYBERSOURCE_FRAUD_PREVENTION.ORG_ID,
|
|
43576
43576
|
sessionId: e.sessionId
|
|
43577
43577
|
};
|
|
43578
|
-
|
|
43578
|
+
fe.info("Loading cybersource fraud prevention tooling", s);
|
|
43579
43579
|
const i = nC(s);
|
|
43580
43580
|
document.head.appendChild(i.script);
|
|
43581
43581
|
const o = document.querySelector("noscript");
|
|
@@ -43641,7 +43641,7 @@ const LQ = (t, e = () => {
|
|
|
43641
43641
|
}
|
|
43642
43642
|
try {
|
|
43643
43643
|
const h = yield Aa(t, l);
|
|
43644
|
-
if (
|
|
43644
|
+
if (fe.info("getInstallments", {
|
|
43645
43645
|
context: Te.CARD_ON_FILE,
|
|
43646
43646
|
origin_sdk: fx,
|
|
43647
43647
|
tag: "GET_INSTALLMENT_PLAN_BY_BINES",
|
|
@@ -43659,7 +43659,7 @@ const LQ = (t, e = () => {
|
|
|
43659
43659
|
}
|
|
43660
43660
|
n(h.plans.cards[0]), e(!1), d(!0);
|
|
43661
43661
|
} catch (h) {
|
|
43662
|
-
|
|
43662
|
+
fe.error(
|
|
43663
43663
|
"getInstallments",
|
|
43664
43664
|
{
|
|
43665
43665
|
context: Te.CARD_ON_FILE,
|
|
@@ -44412,7 +44412,7 @@ let Si = class extends qe {
|
|
|
44412
44412
|
}), (n = this.shadowRoot) == null || n.addEventListener("button-pushed", (s) => {
|
|
44413
44413
|
this.stateScof.page = s.detail ? s.detail : at.MAIN, (s.detail === at.QR || s.detail === at.STATUS || s.detail === at.LOADING) && (this.isShowCardPayment = !1), s.detail === at.MAIN && (this.stateScof.isActiveWs || this.webSocket()), (this.stateScof.page === at.PLANS || this.stateScof.page === at.SUMMARY) && this.isShowToast === !0 && setTimeout(() => {
|
|
44414
44414
|
this.isShowToast = !1;
|
|
44415
|
-
}, 3e3), this.requestUpdate(), this.routerState(), this.stateScof.statePaymentRequest &&
|
|
44415
|
+
}, 3e3), this.requestUpdate(), this.routerState(), this.stateScof.statePaymentRequest && fe.info("connectedCallback", {
|
|
44416
44416
|
context: Te.CARD_ON_FILE,
|
|
44417
44417
|
tag: "APP_HOME_PAGES",
|
|
44418
44418
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -44469,7 +44469,7 @@ let Si = class extends qe {
|
|
|
44469
44469
|
}
|
|
44470
44470
|
setDurationPayment(t) {
|
|
44471
44471
|
var e;
|
|
44472
|
-
Ut.getStartPaymentTime() && (
|
|
44472
|
+
Ut.getStartPaymentTime() && (fe.info("paymentDuration", {
|
|
44473
44473
|
context: Te.CARD_ON_FILE,
|
|
44474
44474
|
origin_sdk: by,
|
|
44475
44475
|
tag: "PAYMENT_DURATION",
|
|
@@ -44491,7 +44491,7 @@ let Si = class extends qe {
|
|
|
44491
44491
|
const e = yield _i(this.stateScof.statePaymentRequest.id);
|
|
44492
44492
|
this.stateScof.statePaymentRequest = e.response, this.statusMessage = e.response.status, this.setDurationPayment(e.response);
|
|
44493
44493
|
} catch (e) {
|
|
44494
|
-
|
|
44494
|
+
fe.error(
|
|
44495
44495
|
"getPaymentRequestRedirectStatus",
|
|
44496
44496
|
{
|
|
44497
44497
|
context: Te.DEFAULT,
|
|
@@ -44884,7 +44884,7 @@ let ws = class extends qe {
|
|
|
44884
44884
|
return e.value.substr(-4) || "";
|
|
44885
44885
|
}
|
|
44886
44886
|
firstUpdated() {
|
|
44887
|
-
|
|
44887
|
+
fe.info("firstUpdated", {
|
|
44888
44888
|
context: Te.CARD_ON_FILE,
|
|
44889
44889
|
tag: "CARD_FORM",
|
|
44890
44890
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -44940,7 +44940,7 @@ let ws = class extends qe {
|
|
|
44940
44940
|
if ((s = this.stateScof.userCardData) == null ? void 0 : s.list.find(
|
|
44941
44941
|
(b) => b.token_id === y.token_id
|
|
44942
44942
|
)) {
|
|
44943
|
-
this.isLoading = !1, this.isValidForm = !1, this.createEvent("duplicated-card", !0),
|
|
44943
|
+
this.isLoading = !1, this.isValidForm = !1, this.createEvent("duplicated-card", !0), fe.info("submit", {
|
|
44944
44944
|
context: Te.CARD_ON_FILE,
|
|
44945
44945
|
tag: "SCOF_TOKEN_PROVISIONING_DUPLICATED",
|
|
44946
44946
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -44956,7 +44956,7 @@ let ws = class extends qe {
|
|
|
44956
44956
|
this.stateScof.userCardData = {
|
|
44957
44957
|
list: [...this.stateScof.userCardData.list, y],
|
|
44958
44958
|
selected: y
|
|
44959
|
-
}, this.isLoading = !1, this.isRecieveData = !1, this.createEvent("tokenized-card", !0),
|
|
44959
|
+
}, this.isLoading = !1, this.isRecieveData = !1, this.createEvent("tokenized-card", !0), fe.info("submit", {
|
|
44960
44960
|
context: Te.CARD_ON_FILE,
|
|
44961
44961
|
tag: "SCOF_TOKEN_PROVISIONING",
|
|
44962
44962
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -44968,7 +44968,7 @@ let ws = class extends qe {
|
|
|
44968
44968
|
}
|
|
44969
44969
|
});
|
|
44970
44970
|
} catch (m) {
|
|
44971
|
-
console.log(m), nt("TOKENIZED_PROVISIONING_ERROR", "Tokenized provisioning failed."), this.isLoading = !1, this.stateScof.isAddCardConsent = !1, this.createEvent("tokenized-card", !1),
|
|
44971
|
+
console.log(m), nt("TOKENIZED_PROVISIONING_ERROR", "Tokenized provisioning failed."), this.isLoading = !1, this.stateScof.isAddCardConsent = !1, this.createEvent("tokenized-card", !1), fe.error(
|
|
44972
44972
|
"submit",
|
|
44973
44973
|
{
|
|
44974
44974
|
context: Te.CARD_ON_FILE,
|
|
@@ -44999,7 +44999,7 @@ let ws = class extends qe {
|
|
|
44999
44999
|
codSeg: this.cardFormValue.cvv,
|
|
45000
45000
|
expired: a
|
|
45001
45001
|
}, Vc(this.stateScof.binData.installment)) {
|
|
45002
|
-
this.installmentPlan && this.installmentPlan.installment_plans.length > 0 && (this.stateScof.installment = this.installmentPlan.installment_plans[0]),
|
|
45002
|
+
this.installmentPlan && this.installmentPlan.installment_plans.length > 0 && (this.stateScof.installment = this.installmentPlan.installment_plans[0]), fe.info("submit", {
|
|
45003
45003
|
context: Te.CARD_ON_FILE,
|
|
45004
45004
|
tag: "CARD_SINGLE_INSTALLMENT",
|
|
45005
45005
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45016,7 +45016,7 @@ let ws = class extends qe {
|
|
|
45016
45016
|
}), this.createEvent("button-pushed", at.SUMMARY);
|
|
45017
45017
|
return;
|
|
45018
45018
|
}
|
|
45019
|
-
|
|
45019
|
+
fe.info("submit", {
|
|
45020
45020
|
context: Te.CARD_ON_FILE,
|
|
45021
45021
|
tag: "CARD_CREDIT",
|
|
45022
45022
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45034,7 +45034,7 @@ let ws = class extends qe {
|
|
|
45034
45034
|
});
|
|
45035
45035
|
}
|
|
45036
45036
|
back() {
|
|
45037
|
-
|
|
45037
|
+
fe.info("back", {
|
|
45038
45038
|
context: Te.CARD_ON_FILE,
|
|
45039
45039
|
tag: "CARD_BACK",
|
|
45040
45040
|
origin_sdk: td,
|
|
@@ -45262,7 +45262,7 @@ let Ii = class extends qe {
|
|
|
45262
45262
|
firstUpdated() {
|
|
45263
45263
|
var t, e;
|
|
45264
45264
|
if ((t = this.stateScof.userCardData) != null && t.selected) {
|
|
45265
|
-
this.cardSelected = this.stateScof.userCardData.selected,
|
|
45265
|
+
this.cardSelected = this.stateScof.userCardData.selected, fe.info("firstUpdated", {
|
|
45266
45266
|
context: Te.CARD_ON_FILE,
|
|
45267
45267
|
tag: "CARD_LIST",
|
|
45268
45268
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45274,7 +45274,7 @@ let Ii = class extends qe {
|
|
|
45274
45274
|
});
|
|
45275
45275
|
return;
|
|
45276
45276
|
}
|
|
45277
|
-
(e = this.stateScof.userCardData) != null && e.list && this.stateScof.userCardData.list.length > 0 && (this.cardSelected = this.stateScof.userCardData.list[0], this.stateScof.userCardData.selected = this.cardSelected,
|
|
45277
|
+
(e = this.stateScof.userCardData) != null && e.list && this.stateScof.userCardData.list.length > 0 && (this.cardSelected = this.stateScof.userCardData.list[0], this.stateScof.userCardData.selected = this.cardSelected, fe.info("firstUpdated", {
|
|
45278
45278
|
context: Te.CARD_ON_FILE,
|
|
45279
45279
|
tag: "CARD_LIST",
|
|
45280
45280
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45315,7 +45315,7 @@ let Ii = class extends qe {
|
|
|
45315
45315
|
holder: (r = this.stateScof.statePaymentRequest) == null ? void 0 : r.buyer
|
|
45316
45316
|
};
|
|
45317
45317
|
if (this.stateScof.binData = i, Vc(s)) {
|
|
45318
|
-
this.stateScof.installment = s.installment_plans[0], this.createEvent("button-pushed", at.SUMMARY),
|
|
45318
|
+
this.stateScof.installment = s.installment_plans[0], this.createEvent("button-pushed", at.SUMMARY), fe.info("submit", {
|
|
45319
45319
|
context: Te.CARD_ON_FILE,
|
|
45320
45320
|
tag: "GET_INSTALLMENT_PLAN_SINGLE_INSTALLMENT",
|
|
45321
45321
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45328,7 +45328,7 @@ let Ii = class extends qe {
|
|
|
45328
45328
|
});
|
|
45329
45329
|
return;
|
|
45330
45330
|
}
|
|
45331
|
-
this.stateScof.userCardData.selected = this.cardSelected,
|
|
45331
|
+
this.stateScof.userCardData.selected = this.cardSelected, fe.info("submit", {
|
|
45332
45332
|
context: Te.CARD_ON_FILE,
|
|
45333
45333
|
tag: "GET_INSTALLMENT_PLAN_CREDIT",
|
|
45334
45334
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45340,7 +45340,7 @@ let Ii = class extends qe {
|
|
|
45340
45340
|
}
|
|
45341
45341
|
}), this.createEvent("button-pushed", at.PLANS);
|
|
45342
45342
|
} catch (n) {
|
|
45343
|
-
nt("INSTALLMENT_PLAN_ERROR", "Installment plan failed."), this.isLoading = !1, this.isClickSubmit = !1, this.stateScof.isAddCardConsent = !1,
|
|
45343
|
+
nt("INSTALLMENT_PLAN_ERROR", "Installment plan failed."), this.isLoading = !1, this.isClickSubmit = !1, this.stateScof.isAddCardConsent = !1, fe.error(
|
|
45344
45344
|
"submit",
|
|
45345
45345
|
{
|
|
45346
45346
|
context: Te.CARD_ON_FILE,
|
|
@@ -45386,7 +45386,7 @@ let Ii = class extends qe {
|
|
|
45386
45386
|
});
|
|
45387
45387
|
}
|
|
45388
45388
|
back() {
|
|
45389
|
-
|
|
45389
|
+
fe.info("back", {
|
|
45390
45390
|
context: Te.CARD_ON_FILE,
|
|
45391
45391
|
tag: "CARD_BACK",
|
|
45392
45392
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45531,7 +45531,7 @@ let $o = class extends qe {
|
|
|
45531
45531
|
}
|
|
45532
45532
|
firstUpdated(t) {
|
|
45533
45533
|
var e, r;
|
|
45534
|
-
super.firstUpdated(t),
|
|
45534
|
+
super.firstUpdated(t), fe.info("firstUpdated", {
|
|
45535
45535
|
context: Te.CARD_ON_FILE,
|
|
45536
45536
|
tag: "HOLDER_FORM",
|
|
45537
45537
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45557,7 +45557,7 @@ let $o = class extends qe {
|
|
|
45557
45557
|
doc_number: this.holder.doc_number.replace(/\D/g, ""),
|
|
45558
45558
|
doc_type: this.holder.doc_type
|
|
45559
45559
|
};
|
|
45560
|
-
sessionStorage.setItem("holder", JSON.stringify(e)), this.stateHolderScof = e,
|
|
45560
|
+
sessionStorage.setItem("holder", JSON.stringify(e)), this.stateHolderScof = e, fe.info("submit", {
|
|
45561
45561
|
context: Te.CARD_ON_FILE,
|
|
45562
45562
|
tag: "HOLDER_FORM",
|
|
45563
45563
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45572,7 +45572,7 @@ let $o = class extends qe {
|
|
|
45572
45572
|
}
|
|
45573
45573
|
back() {
|
|
45574
45574
|
const t = this.hasTokenizedCards ? at.CARD_LIST : at.MAIN;
|
|
45575
|
-
|
|
45575
|
+
fe.info("back", {
|
|
45576
45576
|
context: Te.CARD_ON_FILE,
|
|
45577
45577
|
tag: "HOLDER_FORM",
|
|
45578
45578
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45737,7 +45737,7 @@ let Uc = class extends qe {
|
|
|
45737
45737
|
return nw(this.stateScof.binData.installment.installment_plans);
|
|
45738
45738
|
}
|
|
45739
45739
|
firstUpdated() {
|
|
45740
|
-
this.installmentSelected = this.plans[0],
|
|
45740
|
+
this.installmentSelected = this.plans[0], fe.info("firstUpdated", {
|
|
45741
45741
|
context: Te.CARD_ON_FILE,
|
|
45742
45742
|
tag: "PLANS",
|
|
45743
45743
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45771,7 +45771,7 @@ let Uc = class extends qe {
|
|
|
45771
45771
|
back() {
|
|
45772
45772
|
var t, e;
|
|
45773
45773
|
if (this.stateScof.userCardData && ((e = (t = this.stateScof.userCardData) == null ? void 0 : t.list) == null ? void 0 : e.length) > 0 && this.stateScof.isAddCardConsent) {
|
|
45774
|
-
|
|
45774
|
+
fe.info("back", {
|
|
45775
45775
|
context: Te.CARD_ON_FILE,
|
|
45776
45776
|
tag: "PLANS",
|
|
45777
45777
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45783,7 +45783,7 @@ let Uc = class extends qe {
|
|
|
45783
45783
|
}), this.createEvent("button-pushed", at.CARD_LIST);
|
|
45784
45784
|
return;
|
|
45785
45785
|
}
|
|
45786
|
-
|
|
45786
|
+
fe.info("back", {
|
|
45787
45787
|
context: Te.CARD_ON_FILE,
|
|
45788
45788
|
tag: "PLANS",
|
|
45789
45789
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45795,7 +45795,7 @@ let Uc = class extends qe {
|
|
|
45795
45795
|
}), this.createEvent("button-pushed", at.CARD_FORM);
|
|
45796
45796
|
}
|
|
45797
45797
|
submit() {
|
|
45798
|
-
this.stateScof.installment = this.installmentSelected,
|
|
45798
|
+
this.stateScof.installment = this.installmentSelected, fe.info("submit", {
|
|
45799
45799
|
context: Te.CARD_ON_FILE,
|
|
45800
45800
|
tag: "PLANS",
|
|
45801
45801
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45936,7 +45936,7 @@ let vn = class t extends qe {
|
|
|
45936
45936
|
firstUpdated(e) {
|
|
45937
45937
|
return ce(this, null, function* () {
|
|
45938
45938
|
var r;
|
|
45939
|
-
dr(t.prototype, this, "firstUpdated").call(this, e), this.sonicBranding && (yield this._playSonic()), this.title = this.stateScofStatus.title, this.message = this.stateScofStatus.subtitle, this.image = this.stateScofStatus.icon, this.returnButton = this.stateScofStatus.returnButton || !1, (r = this.stateScof.statePaymentRequest) != null && r.id &&
|
|
45939
|
+
dr(t.prototype, this, "firstUpdated").call(this, e), this.sonicBranding && (yield this._playSonic()), this.title = this.stateScofStatus.title, this.message = this.stateScofStatus.subtitle, this.image = this.stateScofStatus.icon, this.returnButton = this.stateScofStatus.returnButton || !1, (r = this.stateScof.statePaymentRequest) != null && r.id && fe.info("firstUpdated", {
|
|
45940
45940
|
context: Te.CARD_ON_FILE,
|
|
45941
45941
|
tag: "STATUS",
|
|
45942
45942
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45959,7 +45959,7 @@ let vn = class t extends qe {
|
|
|
45959
45959
|
var s;
|
|
45960
45960
|
const { statePaymentRequest: e } = this.stateScof, { status: r } = this.stateScofStatus, n = (s = e == null ? void 0 : e.additional_info) == null ? void 0 : s.callback_url;
|
|
45961
45961
|
if (this.hasAllowedRetries && !bs(e) || r === "ERROR_TOKEN" || r === "ERROR_GET_PAYMENT") {
|
|
45962
|
-
this.retryPayment(),
|
|
45962
|
+
this.retryPayment(), fe.info("handleClick", {
|
|
45963
45963
|
context: Te.CARD_ON_FILE,
|
|
45964
45964
|
tag: "RETRY_PAYMENT",
|
|
45965
45965
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -45972,7 +45972,7 @@ let vn = class t extends qe {
|
|
|
45972
45972
|
return;
|
|
45973
45973
|
}
|
|
45974
45974
|
if (n !== "") {
|
|
45975
|
-
|
|
45975
|
+
fe.info("handleClick", {
|
|
45976
45976
|
context: Te.CARD_ON_FILE,
|
|
45977
45977
|
tag: "REDIRECT_CALLBACK_URL",
|
|
45978
45978
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -46135,7 +46135,7 @@ let ea = class extends qe {
|
|
|
46135
46135
|
return qc(this.getHolder.doc_type, this.getHolder.doc_number);
|
|
46136
46136
|
}
|
|
46137
46137
|
firstUpdated(t) {
|
|
46138
|
-
super.firstUpdated(t),
|
|
46138
|
+
super.firstUpdated(t), fe.info("firstUpdated", {
|
|
46139
46139
|
context: Te.CARD_ON_FILE,
|
|
46140
46140
|
tag: "SUMMARY",
|
|
46141
46141
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -46148,7 +46148,7 @@ let ea = class extends qe {
|
|
|
46148
46148
|
back() {
|
|
46149
46149
|
if (Vc(this.stateScof.binData.installment)) {
|
|
46150
46150
|
if (this.stateScof.isAddCardConsent) {
|
|
46151
|
-
|
|
46151
|
+
fe.info("back", {
|
|
46152
46152
|
context: Te.CARD_ON_FILE,
|
|
46153
46153
|
tag: "SUMMARY",
|
|
46154
46154
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -46160,7 +46160,7 @@ let ea = class extends qe {
|
|
|
46160
46160
|
}), this.createEvent("button-pushed", at.CARD_LIST);
|
|
46161
46161
|
return;
|
|
46162
46162
|
}
|
|
46163
|
-
|
|
46163
|
+
fe.info("back", {
|
|
46164
46164
|
context: Te.CARD_ON_FILE,
|
|
46165
46165
|
tag: "SUMMARY",
|
|
46166
46166
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -46172,7 +46172,7 @@ let ea = class extends qe {
|
|
|
46172
46172
|
}), this.createEvent("button-pushed", at.CARD_FORM);
|
|
46173
46173
|
return;
|
|
46174
46174
|
}
|
|
46175
|
-
|
|
46175
|
+
fe.info("back", {
|
|
46176
46176
|
context: Te.CARD_ON_FILE,
|
|
46177
46177
|
tag: "SUMMARY",
|
|
46178
46178
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -46188,7 +46188,7 @@ let ea = class extends qe {
|
|
|
46188
46188
|
}
|
|
46189
46189
|
submit() {
|
|
46190
46190
|
var t;
|
|
46191
|
-
this.isClickSubmit || (this.isLoading = !0, this.isClickSubmit = !0, this.stateScofStatus.isStart = !0, this.createEvent("button-pushed", at.LOADING), Ut.startPayment(),
|
|
46191
|
+
this.isClickSubmit || (this.isLoading = !0, this.isClickSubmit = !0, this.stateScofStatus.isStart = !0, this.createEvent("button-pushed", at.LOADING), Ut.startPayment(), fe.info("submit", {
|
|
46192
46192
|
context: Te.CARD_ON_FILE,
|
|
46193
46193
|
tag: "SUMMARY",
|
|
46194
46194
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -46334,7 +46334,7 @@ class ch extends qe {
|
|
|
46334
46334
|
this.createEvent("button-pushed", e);
|
|
46335
46335
|
}
|
|
46336
46336
|
deepLinkModo(e) {
|
|
46337
|
-
this.startPolling(),
|
|
46337
|
+
this.startPolling(), fe.info("deepLinkModoClicked", {
|
|
46338
46338
|
context: this.payfacContext.context,
|
|
46339
46339
|
origin_sdk: e,
|
|
46340
46340
|
tag: "MODO_CLICKED",
|
|
@@ -46453,14 +46453,14 @@ let hm = class t extends qe {
|
|
|
46453
46453
|
sessionId: this.contextFraudPreventionData.config.sessionId,
|
|
46454
46454
|
userId: this._payfacContext.paymentRequest.buyer.email
|
|
46455
46455
|
};
|
|
46456
|
-
|
|
46456
|
+
fe.info("Loading sift fraud prevention tooling", r), rC(r);
|
|
46457
46457
|
} else {
|
|
46458
46458
|
const r = {
|
|
46459
46459
|
merchantId: e.CYBERSOURCE_FRAUD_PREVENTION.MERCHANT_ID,
|
|
46460
46460
|
orgId: e.CYBERSOURCE_FRAUD_PREVENTION.ORG_ID,
|
|
46461
46461
|
sessionId: this.contextFraudPreventionData.config.sessionId
|
|
46462
46462
|
};
|
|
46463
|
-
|
|
46463
|
+
fe.info("Loading cybersource fraud prevention tooling", r);
|
|
46464
46464
|
const n = nC(r);
|
|
46465
46465
|
document.head.appendChild(n.script);
|
|
46466
46466
|
const s = document.querySelector("noscript");
|
|
@@ -46478,7 +46478,7 @@ let hm = class t extends qe {
|
|
|
46478
46478
|
ip: this.contextFraudPreventionData.config.ip
|
|
46479
46479
|
}
|
|
46480
46480
|
})
|
|
46481
|
-
),
|
|
46481
|
+
), fe.info("FRAUD OBJECT LOADED", this.contextFraudPreventionData.config);
|
|
46482
46482
|
});
|
|
46483
46483
|
}
|
|
46484
46484
|
firstUpdated(e) {
|
|
@@ -46601,7 +46601,7 @@ let ta = class extends qe {
|
|
|
46601
46601
|
const n = (yield Aa(this._statePaymentManualInput.statePaymentRequest)).plans.cards;
|
|
46602
46602
|
if (n) {
|
|
46603
46603
|
const s = [...new Set(n.map((i) => i.name))];
|
|
46604
|
-
this._statePaymentManualInput.cardsAccepted = s, this._statePaymentManualInput.isCardPresent = !0,
|
|
46604
|
+
this._statePaymentManualInput.cardsAccepted = s, this._statePaymentManualInput.isCardPresent = !0, fe.info("getInstallments", {
|
|
46605
46605
|
context: Te.DEFAULT,
|
|
46606
46606
|
origin_sdk: Tg,
|
|
46607
46607
|
tag: "GET_INSTALLMENT_PLAN_BY_PAYMENT_REQUEST",
|
|
@@ -46613,7 +46613,7 @@ let ta = class extends qe {
|
|
|
46613
46613
|
});
|
|
46614
46614
|
}
|
|
46615
46615
|
} catch (r) {
|
|
46616
|
-
|
|
46616
|
+
fe.error(
|
|
46617
46617
|
"getInstallments",
|
|
46618
46618
|
{
|
|
46619
46619
|
context: Te.DEFAULT,
|
|
@@ -46675,7 +46675,7 @@ let ta = class extends qe {
|
|
|
46675
46675
|
}
|
|
46676
46676
|
setDurationPayment(t) {
|
|
46677
46677
|
var e;
|
|
46678
|
-
Ut.getStartPaymentTime() && (
|
|
46678
|
+
Ut.getStartPaymentTime() && (fe.info("paymentDuration", {
|
|
46679
46679
|
context: Te.DEFAULT,
|
|
46680
46680
|
origin_sdk: Tg,
|
|
46681
46681
|
tag: "PAYMENT_DURATION",
|
|
@@ -46697,7 +46697,7 @@ let ta = class extends qe {
|
|
|
46697
46697
|
const e = yield _i(this._statePaymentManualInput.statePaymentRequest.id);
|
|
46698
46698
|
this.setDurationPayment(e.response), this._statePaymentManualInput.statePaymentRequest = e.response, this.statusMessage = e.response.status;
|
|
46699
46699
|
} catch (e) {
|
|
46700
|
-
|
|
46700
|
+
fe.error(
|
|
46701
46701
|
"getPaymentRequestRedirectStatus",
|
|
46702
46702
|
{
|
|
46703
46703
|
context: Te.DEFAULT,
|
|
@@ -46849,7 +46849,7 @@ const Z6 = (t, e = () => {
|
|
|
46849
46849
|
}
|
|
46850
46850
|
try {
|
|
46851
46851
|
const u = yield Aa(t, d);
|
|
46852
|
-
if (
|
|
46852
|
+
if (fe.info("getInstallments", {
|
|
46853
46853
|
context: Te.DEFAULT,
|
|
46854
46854
|
origin_sdk: vx,
|
|
46855
46855
|
tag: "GET_INSTALLMENT_PLAN_BY_BINES",
|
|
@@ -46867,7 +46867,7 @@ const Z6 = (t, e = () => {
|
|
|
46867
46867
|
}
|
|
46868
46868
|
r(u.plans.cards[0]), e(!1), a(!0);
|
|
46869
46869
|
} catch (u) {
|
|
46870
|
-
|
|
46870
|
+
fe.error(
|
|
46871
46871
|
"getInstallments",
|
|
46872
46872
|
{
|
|
46873
46873
|
context: Te.DEFAULT,
|
|
@@ -47192,7 +47192,7 @@ let uo = class extends qe {
|
|
|
47192
47192
|
const r = [...new Set(e.map((n) => n.name))];
|
|
47193
47193
|
this._statePaymentManualInput.cardsAccepted = r, this._statePaymentManualInput.isCardPresent = !0;
|
|
47194
47194
|
}
|
|
47195
|
-
|
|
47195
|
+
fe.info("getInstallmentsData", {
|
|
47196
47196
|
context: Te.DEFAULT,
|
|
47197
47197
|
origin_sdk: wx,
|
|
47198
47198
|
tag: "GET_INSTALLMENT_PLAN_BY_PAYMENT_REQUEST",
|
|
@@ -47203,7 +47203,7 @@ let uo = class extends qe {
|
|
|
47203
47203
|
}
|
|
47204
47204
|
});
|
|
47205
47205
|
} catch (t) {
|
|
47206
|
-
|
|
47206
|
+
fe.error(
|
|
47207
47207
|
"getInstallments",
|
|
47208
47208
|
{
|
|
47209
47209
|
context: Te.DEFAULT,
|
|
@@ -47541,7 +47541,7 @@ let bn = class t extends qe {
|
|
|
47541
47541
|
return ce(this, null, function* () {
|
|
47542
47542
|
var r, n, s;
|
|
47543
47543
|
if (dr(t.prototype, this, "firstUpdated").call(this, e), this.sonicBranding && (yield this._playSonic()), this.callbackUrl = ((r = this._statePaymentManualInput.statePaymentRequest) == null ? void 0 : r.payment_type) === Ks.ECOMMERCE ? this._statePaymentManualInput.statePaymentRequest.additional_info.callback_url : "", this.isStatusSuccess) {
|
|
47544
|
-
|
|
47544
|
+
fe.info("firstUpdatedStatus", {
|
|
47545
47545
|
context: Te.DEFAULT,
|
|
47546
47546
|
origin_sdk: By,
|
|
47547
47547
|
tag: "STATUS_SUCCESS_PROCESSED",
|
|
@@ -47581,7 +47581,7 @@ let bn = class t extends qe {
|
|
|
47581
47581
|
}
|
|
47582
47582
|
retryPayment() {
|
|
47583
47583
|
var e;
|
|
47584
|
-
this.createEvent("button-pushed", Tt.LOADING),
|
|
47584
|
+
this.createEvent("button-pushed", Tt.LOADING), fe.info("retryPayment", {
|
|
47585
47585
|
context: Te.DEFAULT,
|
|
47586
47586
|
origin_sdk: By,
|
|
47587
47587
|
tag: "RETRY_PAYMENT",
|
|
@@ -47653,7 +47653,7 @@ let bn = class t extends qe {
|
|
|
47653
47653
|
this._statePaymentManualInput.isExtendedWs = !1, this._stateStatus.isStart = !1, this.createEvent("button-pushed", Tt.LOADING);
|
|
47654
47654
|
return;
|
|
47655
47655
|
}
|
|
47656
|
-
Ut.extendHeartbeat(this._statePaymentManualInput.statePaymentRequest.id), this._statePaymentManualInput.isExtendedWs = !0, this._stateStatus.isStart = !1, this.createEvent("button-pushed", Tt.LOADING),
|
|
47656
|
+
Ut.extendHeartbeat(this._statePaymentManualInput.statePaymentRequest.id), this._statePaymentManualInput.isExtendedWs = !0, this._stateStatus.isStart = !1, this.createEvent("button-pushed", Tt.LOADING), fe.info("extendHeartBeat", {
|
|
47657
47657
|
context: Te.DEFAULT,
|
|
47658
47658
|
origin_sdk: By,
|
|
47659
47659
|
tag: "EXTEND_HEART_BEAT",
|
|
@@ -47808,7 +47808,7 @@ let pl = class extends qe {
|
|
|
47808
47808
|
}
|
|
47809
47809
|
submit() {
|
|
47810
47810
|
var t;
|
|
47811
|
-
this.isLoading = !0, this._stateStatus.isStart = !0, Ut.startPayment(), Ut.wsIsRunning() && Ut.extendConnectionOnPayment(), this.createEvent("button-pushed", Tt.LOADING),
|
|
47811
|
+
this.isLoading = !0, this._stateStatus.isStart = !0, Ut.startPayment(), Ut.wsIsRunning() && Ut.extendConnectionOnPayment(), this.createEvent("button-pushed", Tt.LOADING), fe.info("submit", {
|
|
47812
47812
|
context: Te.DEFAULT,
|
|
47813
47813
|
origin_sdk: s9,
|
|
47814
47814
|
tag: "PAYMENT_SUBMITTED",
|
|
@@ -49435,7 +49435,7 @@ let mm = class extends qe {
|
|
|
49435
49435
|
}
|
|
49436
49436
|
get qrData() {
|
|
49437
49437
|
var t, e, r, n, s;
|
|
49438
|
-
return
|
|
49438
|
+
return fe.info("qrOpen", {
|
|
49439
49439
|
context: (t = this.payfacContext) == null ? void 0 : t.context,
|
|
49440
49440
|
origin_sdk: Cx,
|
|
49441
49441
|
tag: "QR_OPEN",
|
|
@@ -49457,7 +49457,7 @@ let mm = class extends qe {
|
|
|
49457
49457
|
}
|
|
49458
49458
|
back() {
|
|
49459
49459
|
var t, e, r;
|
|
49460
|
-
|
|
49460
|
+
fe.info("qrClose", {
|
|
49461
49461
|
context: (t = this.payfacContext) == null ? void 0 : t.context,
|
|
49462
49462
|
origin_sdk: Cx,
|
|
49463
49463
|
tag: "QR_CLOSE",
|
|
@@ -49554,7 +49554,7 @@ let po = class t extends qe {
|
|
|
49554
49554
|
});
|
|
49555
49555
|
this._statePaymentManualInput.walletPromotions = cl(s, "wallet"), this._statePaymentManualInput.manualInputPromotions = cl(s, "manual_input");
|
|
49556
49556
|
} catch (s) {
|
|
49557
|
-
nt("PROMOTIONS_ERROR", "Promotions failed."),
|
|
49557
|
+
nt("PROMOTIONS_ERROR", "Promotions failed."), fe.error(
|
|
49558
49558
|
"getPromotionsError",
|
|
49559
49559
|
{
|
|
49560
49560
|
context: Te.DEFAULT,
|
|
@@ -49609,7 +49609,7 @@ let po = class t extends qe {
|
|
|
49609
49609
|
"seconds",
|
|
49610
49610
|
l,
|
|
49611
49611
|
"minutes"
|
|
49612
|
-
),
|
|
49612
|
+
), fe.info("transparentPayment", {
|
|
49613
49613
|
context: Te.DEFAULT,
|
|
49614
49614
|
origin_sdk: Ty,
|
|
49615
49615
|
tag: "TRANSPARENT_PAYMENT",
|
|
@@ -49619,7 +49619,7 @@ let po = class t extends qe {
|
|
|
49619
49619
|
}
|
|
49620
49620
|
});
|
|
49621
49621
|
} catch (l) {
|
|
49622
|
-
|
|
49622
|
+
fe.error(
|
|
49623
49623
|
"transparentPaymentError",
|
|
49624
49624
|
{
|
|
49625
49625
|
context: Te.DEFAULT,
|
|
@@ -60124,8 +60124,8 @@ function H3(t) {
|
|
|
60124
60124
|
var T = i(512);
|
|
60125
60125
|
else if ((T = i(E)) == null)
|
|
60126
60126
|
return 0;
|
|
60127
|
-
return function(j, F, O, K, ne,
|
|
60128
|
-
var
|
|
60127
|
+
return function(j, F, O, K, ne, me) {
|
|
60128
|
+
var ye, le, Fe = F, ke = 1 << O, se = i(16), ae = i(16);
|
|
60129
60129
|
for (e(ne != 0), e(K != null), e(j != null), e(0 < O), le = 0; le < ne; ++le) {
|
|
60130
60130
|
if (15 < K[le])
|
|
60131
60131
|
return 0;
|
|
@@ -60133,32 +60133,32 @@ function H3(t) {
|
|
|
60133
60133
|
}
|
|
60134
60134
|
if (se[0] == ne)
|
|
60135
60135
|
return 0;
|
|
60136
|
-
for (ae[1] = 0,
|
|
60137
|
-
if (se[
|
|
60136
|
+
for (ae[1] = 0, ye = 1; 15 > ye; ++ye) {
|
|
60137
|
+
if (se[ye] > 1 << ye)
|
|
60138
60138
|
return 0;
|
|
60139
|
-
ae[
|
|
60139
|
+
ae[ye + 1] = ae[ye] + se[ye];
|
|
60140
60140
|
}
|
|
60141
60141
|
for (le = 0; le < ne; ++le)
|
|
60142
|
-
|
|
60142
|
+
ye = K[le], 0 < K[le] && (me[ae[ye]++] = le);
|
|
60143
60143
|
if (ae[15] == 1)
|
|
60144
|
-
return (K = new Q()).g = 0, K.value =
|
|
60144
|
+
return (K = new Q()).g = 0, K.value = me[0], de(j, Fe, 1, ke, K), ke;
|
|
60145
60145
|
var je, Oe = -1, Pe = ke - 1, tt = 0, Ke = 1, ht = 1, Ge = 1 << O;
|
|
60146
|
-
for (le = 0,
|
|
60147
|
-
if (Ke += ht <<= 1, 0 > (ht -= se[
|
|
60146
|
+
for (le = 0, ye = 1, ne = 2; ye <= O; ++ye, ne <<= 1) {
|
|
60147
|
+
if (Ke += ht <<= 1, 0 > (ht -= se[ye]))
|
|
60148
60148
|
return 0;
|
|
60149
|
-
for (; 0 < se[
|
|
60150
|
-
(K = new Q()).g =
|
|
60149
|
+
for (; 0 < se[ye]; --se[ye])
|
|
60150
|
+
(K = new Q()).g = ye, K.value = me[le++], de(j, Fe + tt, ne, Ge, K), tt = J(tt, ye);
|
|
60151
60151
|
}
|
|
60152
|
-
for (
|
|
60153
|
-
if (Ke += ht <<= 1, 0 > (ht -= se[
|
|
60152
|
+
for (ye = O + 1, ne = 2; 15 >= ye; ++ye, ne <<= 1) {
|
|
60153
|
+
if (Ke += ht <<= 1, 0 > (ht -= se[ye]))
|
|
60154
60154
|
return 0;
|
|
60155
|
-
for (; 0 < se[
|
|
60155
|
+
for (; 0 < se[ye]; --se[ye]) {
|
|
60156
60156
|
if (K = new Q(), (tt & Pe) != Oe) {
|
|
60157
|
-
for (Fe += Ge, je = 1 << (Oe =
|
|
60157
|
+
for (Fe += Ge, je = 1 << (Oe = ye) - O; 15 > Oe && !(0 >= (je -= se[Oe])); )
|
|
60158
60158
|
++Oe, je <<= 1;
|
|
60159
60159
|
ke += Ge = 1 << (je = Oe - O), j[F + (Oe = tt & Pe)].g = je + O, j[F + Oe].value = Fe - F - Oe;
|
|
60160
60160
|
}
|
|
60161
|
-
K.g =
|
|
60161
|
+
K.g = ye - O, K.value = me[le++], de(j, Fe + (tt >> O), ne, Ge, K), tt = J(tt, ye);
|
|
60162
60162
|
}
|
|
60163
60163
|
}
|
|
60164
60164
|
return Ke != 2 * ae[15] - 1 ? 0 : ke;
|
|
@@ -60314,20 +60314,20 @@ function H3(t) {
|
|
|
60314
60314
|
}
|
|
60315
60315
|
}
|
|
60316
60316
|
function Ct(c, g, v, C, E) {
|
|
60317
|
-
M[g] = function(T, j, F, O, K, ne,
|
|
60318
|
-
for (O =
|
|
60319
|
-
for (
|
|
60317
|
+
M[g] = function(T, j, F, O, K, ne, me, ye, le) {
|
|
60318
|
+
for (O = me; O < ye; ++O)
|
|
60319
|
+
for (me = 0; me < le; ++me)
|
|
60320
60320
|
K[ne++] = E(F[C(T[j++])]);
|
|
60321
|
-
}, M[c] = function(T, j, F, O, K, ne,
|
|
60322
|
-
var
|
|
60323
|
-
if (8 >
|
|
60324
|
-
for (T = (1 << T.b) - 1, ke = (1 <<
|
|
60321
|
+
}, M[c] = function(T, j, F, O, K, ne, me) {
|
|
60322
|
+
var ye = 8 >> T.b, le = T.Ea, Fe = T.K[0], ke = T.w;
|
|
60323
|
+
if (8 > ye)
|
|
60324
|
+
for (T = (1 << T.b) - 1, ke = (1 << ye) - 1; j < F; ++j) {
|
|
60325
60325
|
var se, ae = 0;
|
|
60326
60326
|
for (se = 0; se < le; ++se)
|
|
60327
|
-
se & T || (ae = C(O[K++])), ne[
|
|
60327
|
+
se & T || (ae = C(O[K++])), ne[me++] = E(Fe[ae & ke]), ae >>= ye;
|
|
60328
60328
|
}
|
|
60329
60329
|
else
|
|
60330
|
-
M["VP8LMapColor" + v](O, K, Fe, ke, ne,
|
|
60330
|
+
M["VP8LMapColor" + v](O, K, Fe, ke, ne, me, j, F, le);
|
|
60331
60331
|
};
|
|
60332
60332
|
}
|
|
60333
60333
|
function Ye(c, g, v, C, E) {
|
|
@@ -60392,10 +60392,10 @@ function H3(t) {
|
|
|
60392
60392
|
return alert("todo:WebPSamplerProcessPlane"), c.T;
|
|
60393
60393
|
}
|
|
60394
60394
|
function Gt(c, g) {
|
|
60395
|
-
var v = c.T, C = g.ba.f.RGBA, E = C.eb, T = C.fb + c.ka * C.A, j = Ds[g.ba.S], F = c.y, O = c.O, K = c.f, ne = c.N,
|
|
60396
|
-
for (ae == 0 ? j(F, O, null, null, K, ne,
|
|
60397
|
-
le = K, Fe = ne, ke =
|
|
60398
|
-
return O += c.fa, c.j + je < c.o ? (n(g.ec, g.fc, F, O, Oe), n(g.cc, g.dc, K, ne, Pe), n(g.Mc, g.Nc,
|
|
60395
|
+
var v = c.T, C = g.ba.f.RGBA, E = C.eb, T = C.fb + c.ka * C.A, j = Ds[g.ba.S], F = c.y, O = c.O, K = c.f, ne = c.N, me = c.ea, ye = c.W, le = g.cc, Fe = g.dc, ke = g.Mc, se = g.Nc, ae = c.ka, je = c.ka + c.T, Oe = c.U, Pe = Oe + 1 >> 1;
|
|
60396
|
+
for (ae == 0 ? j(F, O, null, null, K, ne, me, ye, K, ne, me, ye, E, T, null, null, Oe) : (j(g.ec, g.fc, F, O, le, Fe, ke, se, K, ne, me, ye, E, T - C.A, E, T, Oe), ++v); ae + 2 < je; ae += 2)
|
|
60397
|
+
le = K, Fe = ne, ke = me, se = ye, ne += c.Rc, ye += c.Rc, T += 2 * C.A, j(F, (O += 2 * c.fa) - c.fa, F, O, le, Fe, ke, se, K, ne, me, ye, E, T - C.A, E, T, Oe);
|
|
60398
|
+
return O += c.fa, c.j + je < c.o ? (n(g.ec, g.fc, F, O, Oe), n(g.cc, g.dc, K, ne, Pe), n(g.Mc, g.Nc, me, ye, Pe), v--) : 1 & je || j(F, O, null, null, K, ne, me, ye, K, ne, me, ye, E, T + C.A, null, null, Oe), v;
|
|
60399
60399
|
}
|
|
60400
60400
|
function Ol(c, g, v) {
|
|
60401
60401
|
var C = c.F, E = [c.J];
|
|
@@ -60471,40 +60471,40 @@ function H3(t) {
|
|
|
60471
60471
|
g = j + g;
|
|
60472
60472
|
var F = v, O = C;
|
|
60473
60473
|
for (C = c.Ta, v = c.Ua; 0 < E--; ) {
|
|
60474
|
-
var K = c.gc[E], ne = j,
|
|
60475
|
-
switch (e(ne <
|
|
60474
|
+
var K = c.gc[E], ne = j, me = g, ye = F, le = O, Fe = (O = C, F = v, K.Ea);
|
|
60475
|
+
switch (e(ne < me), e(me <= K.nc), K.hc) {
|
|
60476
60476
|
case 2:
|
|
60477
|
-
Lh(
|
|
60477
|
+
Lh(ye, le, (me - ne) * Fe, O, F);
|
|
60478
60478
|
break;
|
|
60479
60479
|
case 0:
|
|
60480
|
-
var ke = ne, se =
|
|
60481
|
-
ke == 0 && (h1(
|
|
60480
|
+
var ke = ne, se = me, ae = O, je = F, Oe = (Ge = K).Ea;
|
|
60481
|
+
ke == 0 && (h1(ye, le, null, null, 1, ae, je), st(ye, le + 1, 0, 0, Oe - 1, ae, je + 1), le += Oe, je += Oe, ++ke);
|
|
60482
60482
|
for (var Pe = 1 << Ge.b, tt = Pe - 1, Ke = R(Oe, Ge.b), ht = Ge.K, Ge = Ge.w + (ke >> Ge.b) * Ke; ke < se; ) {
|
|
60483
60483
|
var qt = ht, Yt = Ge, Lt = 1;
|
|
60484
|
-
for (ku(
|
|
60484
|
+
for (ku(ye, le, ae, je - Oe, 1, ae, je); Lt < Oe; ) {
|
|
60485
60485
|
var Dt = (Lt & ~tt) + Pe;
|
|
60486
|
-
Dt > Oe && (Dt = Oe), (0, xa[qt[Yt++] >> 8 & 15])(
|
|
60486
|
+
Dt > Oe && (Dt = Oe), (0, xa[qt[Yt++] >> 8 & 15])(ye, le + +Lt, ae, je + Lt - Oe, Dt - Lt, ae, je + Lt), Lt = Dt;
|
|
60487
60487
|
}
|
|
60488
60488
|
le += Oe, je += Oe, ++ke & tt || (Ge += Ke);
|
|
60489
60489
|
}
|
|
60490
|
-
|
|
60490
|
+
me != K.nc && n(O, F - Fe, O, F + (me - ne - 1) * Fe, Fe);
|
|
60491
60491
|
break;
|
|
60492
60492
|
case 1:
|
|
60493
|
-
for (Fe =
|
|
60494
|
-
for (tt = Pe, Ke = K, ht = new N(), Ge = se + je, qt = se +
|
|
60493
|
+
for (Fe = ye, se = le, Oe = (ye = K.Ea) - (je = ye & ~(ae = (le = 1 << K.b) - 1)), ke = R(ye, K.b), Pe = K.K, K = K.w + (ne >> K.b) * ke; ne < me; ) {
|
|
60494
|
+
for (tt = Pe, Ke = K, ht = new N(), Ge = se + je, qt = se + ye; se < Ge; )
|
|
60495
60495
|
vt(tt[Ke++], ht), Hl(ht, Fe, se, le, O, F), se += le, F += le;
|
|
60496
60496
|
se < qt && (vt(tt[Ke++], ht), Hl(ht, Fe, se, Oe, O, F), se += Oe, F += Oe), ++ne & ae || (K += ke);
|
|
60497
60497
|
}
|
|
60498
60498
|
break;
|
|
60499
60499
|
case 3:
|
|
60500
|
-
if (
|
|
60501
|
-
for (se = O,
|
|
60500
|
+
if (ye == O && le == F && 0 < K.b) {
|
|
60501
|
+
for (se = O, ye = Fe = F + (me - ne) * Fe - (je = (me - ne) * R(K.Ea, K.b)), le = O, ae = F, ke = [], je = (Oe = je) - 1; 0 <= je; --je)
|
|
60502
60502
|
ke[je] = le[ae + je];
|
|
60503
60503
|
for (je = Oe - 1; 0 <= je; --je)
|
|
60504
|
-
se[
|
|
60505
|
-
Ts(K, ne,
|
|
60504
|
+
se[ye + je] = ke[je];
|
|
60505
|
+
Ts(K, ne, me, O, Fe, O, F);
|
|
60506
60506
|
} else
|
|
60507
|
-
Ts(K, ne,
|
|
60507
|
+
Ts(K, ne, me, ye, le, O, F);
|
|
60508
60508
|
}
|
|
60509
60509
|
F = C, O = v;
|
|
60510
60510
|
}
|
|
@@ -60520,8 +60520,8 @@ function H3(t) {
|
|
|
60520
60520
|
}
|
|
60521
60521
|
if (v >= C ? v = 0 : (E[0] += 4 * T.v, T.ka = v - T.j, T.U = T.va - T.v, T.T = C - v, v = 1), v) {
|
|
60522
60522
|
if (F = F[0], 11 > (v = c.ca).S) {
|
|
60523
|
-
var ne = v.f.RGBA,
|
|
60524
|
-
for (ne = ne.fb + c.Ma * ne.A; 0 <
|
|
60523
|
+
var ne = v.f.RGBA, me = (C = v.S, E = T.U, T = T.T, K = ne.eb, ne.A), ye = T;
|
|
60524
|
+
for (ne = ne.fb + c.Ma * ne.A; 0 < ye--; ) {
|
|
60525
60525
|
var le = j, Fe = F, ke = E, se = K, ae = ne;
|
|
60526
60526
|
switch (C) {
|
|
60527
60527
|
case Vh:
|
|
@@ -60560,7 +60560,7 @@ function H3(t) {
|
|
|
60560
60560
|
default:
|
|
60561
60561
|
e(0);
|
|
60562
60562
|
}
|
|
60563
|
-
F += O, ne +=
|
|
60563
|
+
F += O, ne += me;
|
|
60564
60564
|
}
|
|
60565
60565
|
c.Ma += T;
|
|
60566
60566
|
} else
|
|
@@ -60598,23 +60598,23 @@ function H3(t) {
|
|
|
60598
60598
|
c.C = c.Ma = g;
|
|
60599
60599
|
}
|
|
60600
60600
|
function ni(c, g, v, C, E, T, j) {
|
|
60601
|
-
var F = c.$ / C, O = c.$ % C, K = c.m, ne = c.s,
|
|
60601
|
+
var F = c.$ / C, O = c.$ % C, K = c.m, ne = c.s, me = v + c.$, ye = me;
|
|
60602
60602
|
E = v + C * E;
|
|
60603
|
-
var le = v + C * T, Fe = 280 + ne.ua, ke = c.Pb ? F : 16777216, se = 0 < ne.ua ? ne.Wa : null, ae = ne.wc, je =
|
|
60603
|
+
var le = v + C * T, Fe = 280 + ne.ua, ke = c.Pb ? F : 16777216, se = 0 < ne.ua ? ne.Wa : null, ae = ne.wc, je = me < le ? Nr(ne, O, F) : null;
|
|
60604
60604
|
e(c.C < T), e(le <= E);
|
|
60605
60605
|
var Oe = !1;
|
|
60606
60606
|
e:
|
|
60607
60607
|
for (; ; ) {
|
|
60608
|
-
for (; Oe ||
|
|
60608
|
+
for (; Oe || me < le; ) {
|
|
60609
60609
|
var Pe = 0;
|
|
60610
60610
|
if (F >= ke) {
|
|
60611
|
-
var tt =
|
|
60611
|
+
var tt = me - v;
|
|
60612
60612
|
e((ke = c).Pb), ke.wd = ke.m, ke.xd = tt, 0 < ke.s.ua && Ee(ke.s.Wa, ke.s.vb), ke = F + ak;
|
|
60613
60613
|
}
|
|
60614
|
-
if (O & ae || (je = Nr(ne, O, F)), e(je != null), je.Qb && (g[
|
|
60614
|
+
if (O & ae || (je = Nr(ne, O, F)), e(je != null), je.Qb && (g[me] = je.qb, Oe = !0), !Oe)
|
|
60615
60615
|
if (re(K), je.jc) {
|
|
60616
60616
|
Pe = K, tt = g;
|
|
60617
|
-
var Ke =
|
|
60617
|
+
var Ke = me, ht = je.pd[z(Pe) & An - 1];
|
|
60618
60618
|
e(je.jc), 256 > ht.g ? (ee(Pe, Pe.u + ht.g), tt[Ke] = ht.value, Pe = 0) : (ee(Pe, Pe.u + ht.g - 256), e(256 <= ht.value), Pe = ht.value), Pe == 0 && (Oe = !0);
|
|
60619
60619
|
} else
|
|
60620
60620
|
Pe = Zn(je.G[0], je.H[0], K);
|
|
@@ -60623,42 +60623,42 @@ function H3(t) {
|
|
|
60623
60623
|
if (Oe || 256 > Pe) {
|
|
60624
60624
|
if (!Oe)
|
|
60625
60625
|
if (je.nd)
|
|
60626
|
-
g[
|
|
60626
|
+
g[me] = (je.qb | Pe << 8) >>> 0;
|
|
60627
60627
|
else {
|
|
60628
60628
|
if (re(K), Oe = Zn(je.G[1], je.H[1], K), re(K), tt = Zn(je.G[2], je.H[2], K), Ke = Zn(je.G[3], je.H[3], K), K.h)
|
|
60629
60629
|
break;
|
|
60630
|
-
g[
|
|
60630
|
+
g[me] = (Ke << 24 | Oe << 16 | Pe << 8 | tt) >>> 0;
|
|
60631
60631
|
}
|
|
60632
|
-
if (Oe = !1, ++
|
|
60633
|
-
for (;
|
|
60634
|
-
Pe = g[
|
|
60632
|
+
if (Oe = !1, ++me, ++O >= C && (O = 0, ++F, j != null && F <= T && !(F % 16) && j(c, F), se != null))
|
|
60633
|
+
for (; ye < me; )
|
|
60634
|
+
Pe = g[ye++], se.X[(506832829 * Pe & 4294967295) >>> se.Mb] = Pe;
|
|
60635
60635
|
} else if (280 > Pe) {
|
|
60636
60636
|
if (Pe = ei(Pe - 256, K), tt = Zn(je.G[4], je.H[4], K), re(K), tt = Ki(C, tt = ei(tt, K)), K.h)
|
|
60637
60637
|
break;
|
|
60638
|
-
if (
|
|
60638
|
+
if (me - v < tt || E - me < Pe)
|
|
60639
60639
|
break e;
|
|
60640
60640
|
for (Ke = 0; Ke < Pe; ++Ke)
|
|
60641
|
-
g[
|
|
60642
|
-
for (
|
|
60641
|
+
g[me + Ke] = g[me + Ke - tt];
|
|
60642
|
+
for (me += Pe, O += Pe; O >= C; )
|
|
60643
60643
|
O -= C, ++F, j != null && F <= T && !(F % 16) && j(c, F);
|
|
60644
|
-
if (e(
|
|
60645
|
-
for (;
|
|
60646
|
-
Pe = g[
|
|
60644
|
+
if (e(me <= E), O & ae && (je = Nr(ne, O, F)), se != null)
|
|
60645
|
+
for (; ye < me; )
|
|
60646
|
+
Pe = g[ye++], se.X[(506832829 * Pe & 4294967295) >>> se.Mb] = Pe;
|
|
60647
60647
|
} else {
|
|
60648
60648
|
if (!(Pe < Fe))
|
|
60649
60649
|
break e;
|
|
60650
|
-
for (Oe = Pe - 280, e(se != null);
|
|
60651
|
-
Pe = g[
|
|
60652
|
-
Pe =
|
|
60650
|
+
for (Oe = Pe - 280, e(se != null); ye < me; )
|
|
60651
|
+
Pe = g[ye++], se.X[(506832829 * Pe & 4294967295) >>> se.Mb] = Pe;
|
|
60652
|
+
Pe = me, e(!(Oe >>> (tt = se).Xa)), g[Pe] = tt.X[Oe], Oe = !0;
|
|
60653
60653
|
}
|
|
60654
60654
|
Oe || e(K.h == G(K));
|
|
60655
60655
|
}
|
|
60656
|
-
if (c.Pb && K.h &&
|
|
60656
|
+
if (c.Pb && K.h && me < E)
|
|
60657
60657
|
e(c.m.h), c.a = 5, c.m = c.wd, c.$ = c.xd, 0 < c.s.ua && Ee(c.s.vb, c.s.Wa);
|
|
60658
60658
|
else {
|
|
60659
60659
|
if (K.h)
|
|
60660
60660
|
break e;
|
|
60661
|
-
j != null && j(c, F > T ? T : F), c.a = 0, c.$ =
|
|
60661
|
+
j != null && j(c, F > T ? T : F), c.a = 0, c.$ = me - v;
|
|
60662
60662
|
}
|
|
60663
60663
|
return 1;
|
|
60664
60664
|
}
|
|
@@ -60674,23 +60674,23 @@ function H3(t) {
|
|
|
60674
60674
|
return c == null ? null : (c.a = 0, c.xb = Fw, Hi("Predictor", "VP8LPredictors"), Hi("Predictor", "VP8LPredictors_C"), Hi("PredictorAdd", "VP8LPredictorsAdd"), Hi("PredictorAdd", "VP8LPredictorsAdd_C"), Lh = At, Hl = et, ts = Ye, On = Wr, Ba = Qt, To = Zs, Uo = rr, M.VP8LMapColor32b = EA, M.VP8LMapColor8b = Mh, c);
|
|
60675
60675
|
}
|
|
60676
60676
|
function Wi(c, g, v, C, E) {
|
|
60677
|
-
var T = 1, j = [c], F = [g], O = C.m, K = C.s, ne = null,
|
|
60677
|
+
var T = 1, j = [c], F = [g], O = C.m, K = C.s, ne = null, me = 0;
|
|
60678
60678
|
e:
|
|
60679
60679
|
for (; ; ) {
|
|
60680
60680
|
if (v)
|
|
60681
60681
|
for (; T && oe(O, 1); ) {
|
|
60682
|
-
var
|
|
60682
|
+
var ye = j, le = F, Fe = C, ke = 1, se = Fe.m, ae = Fe.gc[Fe.ab], je = oe(se, 2);
|
|
60683
60683
|
if (Fe.Oc & 1 << je)
|
|
60684
60684
|
T = 0;
|
|
60685
60685
|
else {
|
|
60686
|
-
switch (Fe.Oc |= 1 << je, ae.hc = je, ae.Ea =
|
|
60686
|
+
switch (Fe.Oc |= 1 << je, ae.hc = je, ae.Ea = ye[0], ae.nc = le[0], ae.K = [null], ++Fe.ab, e(4 >= Fe.ab), je) {
|
|
60687
60687
|
case 0:
|
|
60688
60688
|
case 1:
|
|
60689
60689
|
ae.b = oe(se, 3) + 2, ke = Wi(R(ae.Ea, ae.b), R(ae.nc, ae.b), 0, Fe, ae.K), ae.K = ae.K[0];
|
|
60690
60690
|
break;
|
|
60691
60691
|
case 3:
|
|
60692
60692
|
var Oe, Pe = oe(se, 8) + 1, tt = 16 < Pe ? 0 : 4 < Pe ? 1 : 2 < Pe ? 2 : 3;
|
|
60693
|
-
if (
|
|
60693
|
+
if (ye[0] = R(ae.Ea, tt), ae.b = tt, Oe = ke = Wi(Pe, 1, 0, Fe, ae.K)) {
|
|
60694
60694
|
var Ke, ht = Pe, Ge = ae, qt = 1 << (8 >> Ge.b), Yt = i(qt);
|
|
60695
60695
|
if (Yt == null)
|
|
60696
60696
|
Oe = 0;
|
|
@@ -60713,14 +60713,14 @@ function H3(t) {
|
|
|
60713
60713
|
T = ke;
|
|
60714
60714
|
}
|
|
60715
60715
|
}
|
|
60716
|
-
if (j = j[0], F = F[0], T && oe(O, 1) && !(T = 1 <= (
|
|
60716
|
+
if (j = j[0], F = F[0], T && oe(O, 1) && !(T = 1 <= (me = oe(O, 4)) && 11 >= me)) {
|
|
60717
60717
|
C.a = 3;
|
|
60718
60718
|
break e;
|
|
60719
60719
|
}
|
|
60720
60720
|
var nr;
|
|
60721
60721
|
if (nr = T)
|
|
60722
60722
|
t: {
|
|
60723
|
-
var $t, Et, Qr, rs = C, Mr = j, ns = F, Jt =
|
|
60723
|
+
var $t, Et, Qr, rs = C, Mr = j, ns = F, Jt = me, ps = v, hs = rs.m, tn = rs.s, cn = [null], Ln = 1, Rs = 0, Zi = ok[Jt];
|
|
60724
60724
|
r:
|
|
60725
60725
|
for (; ; ) {
|
|
60726
60726
|
if (ps && oe(hs, 1)) {
|
|
@@ -60825,8 +60825,8 @@ function H3(t) {
|
|
|
60825
60825
|
C.a = 3;
|
|
60826
60826
|
break e;
|
|
60827
60827
|
}
|
|
60828
|
-
if (0 <
|
|
60829
|
-
if (K.ua = 1 <<
|
|
60828
|
+
if (0 < me) {
|
|
60829
|
+
if (K.ua = 1 << me, !dt(K.Wa, me)) {
|
|
60830
60830
|
C.a = 1, T = 0;
|
|
60831
60831
|
break e;
|
|
60832
60832
|
}
|
|
@@ -60853,8 +60853,8 @@ function H3(t) {
|
|
|
60853
60853
|
function aA(c, g) {
|
|
60854
60854
|
var v = c.C, C = g - v, E = c.V, T = c.Ba + c.c * v;
|
|
60855
60855
|
for (e(g <= c.l.o); 0 < C; ) {
|
|
60856
|
-
var j = 16 < C ? 16 : C, F = c.l.ma, O = c.l.width, K = O * j, ne = F.ca,
|
|
60857
|
-
As(c, j, E, T), Ir(
|
|
60856
|
+
var j = 16 < C ? 16 : C, F = c.l.ma, O = c.l.width, K = O * j, ne = F.ca, me = F.tb + O * v, ye = c.Ta, le = c.Ua;
|
|
60857
|
+
As(c, j, E, T), Ir(ye, le, ne, me, K), ti(F, v, v + j, ne, me, O), C -= j, E += j * c.c, v += j;
|
|
60858
60858
|
}
|
|
60859
60859
|
e(v == g), c.C = c.Ma = g;
|
|
60860
60860
|
}
|
|
@@ -60969,26 +60969,26 @@ function H3(t) {
|
|
|
60969
60969
|
v = 7;
|
|
60970
60970
|
else {
|
|
60971
60971
|
for (O += 3 * K, F -= 3 * K, ne = 0; ne < K; ++ne) {
|
|
60972
|
-
var
|
|
60973
|
-
|
|
60972
|
+
var me = v[E + 0] | v[E + 1] << 8 | v[E + 2] << 16;
|
|
60973
|
+
me > F && (me = F), be(c.Jc[+ne], v, O, me), O += me, F -= me, E += 3;
|
|
60974
60974
|
}
|
|
60975
60975
|
be(c.Jc[+K], v, O, F), v = O < C ? 0 : 5;
|
|
60976
60976
|
}
|
|
60977
60977
|
if (v != 0)
|
|
60978
60978
|
return kr(c, v, "cannot parse partitions");
|
|
60979
|
-
for (v = he(O = c.m, 7), E = ve(O) ? _e(O, 4) : 0, C = ve(O) ? _e(O, 4) : 0, F = ve(O) ? _e(O, 4) : 0, K = ve(O) ? _e(O, 4) : 0, O = ve(O) ? _e(O, 4) : 0, ne = c.Qa,
|
|
60979
|
+
for (v = he(O = c.m, 7), E = ve(O) ? _e(O, 4) : 0, C = ve(O) ? _e(O, 4) : 0, F = ve(O) ? _e(O, 4) : 0, K = ve(O) ? _e(O, 4) : 0, O = ve(O) ? _e(O, 4) : 0, ne = c.Qa, me = 0; 4 > me; ++me) {
|
|
60980
60980
|
if (ne.Cb) {
|
|
60981
|
-
var
|
|
60982
|
-
ne.Fb || (
|
|
60981
|
+
var ye = ne.Zb[me];
|
|
60982
|
+
ne.Fb || (ye += v);
|
|
60983
60983
|
} else {
|
|
60984
|
-
if (0 <
|
|
60985
|
-
c.pb[
|
|
60984
|
+
if (0 < me) {
|
|
60985
|
+
c.pb[me] = c.pb[0];
|
|
60986
60986
|
continue;
|
|
60987
60987
|
}
|
|
60988
|
-
|
|
60988
|
+
ye = v;
|
|
60989
60989
|
}
|
|
60990
|
-
var le = c.pb[
|
|
60991
|
-
le.Sc[0] = b1[cs(
|
|
60990
|
+
var le = c.pb[me];
|
|
60991
|
+
le.Sc[0] = b1[cs(ye + E, 127)], le.Sc[1] = w1[cs(ye + 0, 127)], le.Eb[0] = 2 * b1[cs(ye + C, 127)], le.Eb[1] = 101581 * w1[cs(ye + F, 127)] >> 16, 8 > le.Eb[1] && (le.Eb[1] = 8), le.Qc[0] = b1[cs(ye + K, 117)], le.Qc[1] = w1[cs(ye + O, 127)], le.lc = ye + O;
|
|
60992
60992
|
}
|
|
60993
60993
|
if (!j.Rb)
|
|
60994
60994
|
return kr(c, 4, "Not a key frame.");
|
|
@@ -61013,21 +61013,21 @@ function H3(t) {
|
|
|
61013
61013
|
var O = g[E + 1].Yb;
|
|
61014
61014
|
if (we(c, F[v + 2])) {
|
|
61015
61015
|
var K = c, ne = 0;
|
|
61016
|
-
if (we(K, (
|
|
61017
|
-
if (we(K, me
|
|
61018
|
-
for (F = 0,
|
|
61019
|
-
ne += ne + we(K,
|
|
61020
|
-
ne += 3 + (8 <<
|
|
61016
|
+
if (we(K, (ye = F)[(me = v) + 3]))
|
|
61017
|
+
if (we(K, ye[me + 6])) {
|
|
61018
|
+
for (F = 0, me = 2 * (ne = we(K, ye[me + 8])) + (ye = we(K, ye[me + 9 + ne])), ne = 0, ye = lk[me]; ye[F]; ++F)
|
|
61019
|
+
ne += ne + we(K, ye[F]);
|
|
61020
|
+
ne += 3 + (8 << me);
|
|
61021
61021
|
} else
|
|
61022
|
-
we(K, me
|
|
61022
|
+
we(K, ye[me + 7]) ? (ne = 7 + 2 * we(K, 165), ne += we(K, 145)) : ne = 5 + we(K, 159);
|
|
61023
61023
|
else
|
|
61024
|
-
ne = we(K, me
|
|
61024
|
+
ne = we(K, ye[me + 4]) ? 3 + we(K, ye[me + 5]) : 2;
|
|
61025
61025
|
F = O[2];
|
|
61026
61026
|
} else
|
|
61027
61027
|
ne = 1, F = O[1];
|
|
61028
61028
|
O = j + dk[E], 0 > (K = c).b && Ae(K);
|
|
61029
|
-
var
|
|
61030
|
-
--K.b, K.Ca += le, K.Ca |= 1, K.I -= (
|
|
61029
|
+
var me, ye = K.b, le = (me = K.Ca >> 1) - (K.I >> ye) >> 31;
|
|
61030
|
+
--K.b, K.Ca += le, K.Ca |= 1, K.I -= (me + 1 & le) << ye, T[O] = ((ne ^ le) - le) * C[(0 < E) + 0];
|
|
61031
61031
|
}
|
|
61032
61032
|
return 16;
|
|
61033
61033
|
}
|
|
@@ -61073,7 +61073,7 @@ function H3(t) {
|
|
|
61073
61073
|
c.$c = 0, 0 < c.Aa || (c.Ic = Ek);
|
|
61074
61074
|
e: {
|
|
61075
61075
|
v = c.Ic, C = 4 * (O = c.za);
|
|
61076
|
-
var K = 32 * O, ne = O + 1,
|
|
61076
|
+
var K = 32 * O, ne = O + 1, me = 0 < c.L ? O * (0 < c.Aa ? 2 : 1) : 0, ye = (c.Aa == 2 ? 2 : 1) * O;
|
|
61077
61077
|
if ((j = C + 832 + (E = 3 * (16 * v + Zh[c.L]) / 2 * K) + (T = c.Fa != null && 0 < c.Fa.length ? c.Kc.c * c.Kc.i : 0)) != j)
|
|
61078
61078
|
v = 0;
|
|
61079
61079
|
else {
|
|
@@ -61084,7 +61084,7 @@ function H3(t) {
|
|
|
61084
61084
|
}
|
|
61085
61085
|
c.Vb = j;
|
|
61086
61086
|
}
|
|
61087
|
-
j = c.Ec, F = c.Fc, c.Ac = j, c.Bc = F, F += C, c.Gd = o(K, wh), c.Hd = 0, c.rb = o(ne + 1, bh), c.sb = 1, c.wa =
|
|
61087
|
+
j = c.Ec, F = c.Fc, c.Ac = j, c.Bc = F, F += C, c.Gd = o(K, wh), c.Hd = 0, c.rb = o(ne + 1, bh), c.sb = 1, c.wa = me ? o(me, cA) : null, c.Y = 0, c.D.Nb = 0, c.D.wa = c.wa, c.D.Y = c.Y, 0 < c.Aa && (c.D.Y += O), e(!0), c.oc = j, c.pc = F, F += 832, c.ya = o(ye, lu), c.aa = 0, c.D.ya = c.ya, c.D.aa = c.aa, c.Aa == 2 && (c.D.aa += O), c.R = 16 * O, c.B = 8 * O, O = (K = Zh[c.L]) * c.R, K = K / 2 * c.B, c.sa = j, c.ta = F + O, c.qa = c.sa, c.ra = c.ta + 16 * v * c.R + K, c.Ha = c.qa, c.Ia = c.ra + 8 * v * c.B + K, c.$c = 0, F += E, c.mb = T ? j : null, c.nb = T ? F : null, e(F + T <= c.Fc + c.Vb), du(c), s(c.Ac, c.Bc, 0, C), v = 1;
|
|
61088
61088
|
}
|
|
61089
61089
|
}
|
|
61090
61090
|
if (v) {
|
|
@@ -61389,8 +61389,8 @@ function H3(t) {
|
|
|
61389
61389
|
return 4 * Fs[255 + c[g - v] - c[g + 0]] + Fs[255 + c[g - 2 * v] - c[g + v]] <= C;
|
|
61390
61390
|
}
|
|
61391
61391
|
function Fh(c, g, v, C, E) {
|
|
61392
|
-
var T = c[g - 3 * v], j = c[g - 2 * v], F = c[g - v], O = c[g + 0], K = c[g + v], ne = c[g + 2 * v],
|
|
61393
|
-
return 4 * Fs[255 + F - O] + Fs[255 + j - K] > C ? 0 : Fs[255 + c[g - 4 * v] - T] <= E && Fs[255 + T - j] <= E && Fs[255 + j - F] <= E && Fs[255 +
|
|
61392
|
+
var T = c[g - 3 * v], j = c[g - 2 * v], F = c[g - v], O = c[g + 0], K = c[g + v], ne = c[g + 2 * v], me = c[g + 3 * v];
|
|
61393
|
+
return 4 * Fs[255 + F - O] + Fs[255 + j - K] > C ? 0 : Fs[255 + c[g - 4 * v] - T] <= E && Fs[255 + T - j] <= E && Fs[255 + j - F] <= E && Fs[255 + me - ne] <= E && Fs[255 + ne - K] <= E && Fs[255 + K - O] <= E;
|
|
61394
61394
|
}
|
|
61395
61395
|
function Dh(c, g, v, C) {
|
|
61396
61396
|
var E = 2 * C + 1;
|
|
@@ -61418,8 +61418,8 @@ function H3(t) {
|
|
|
61418
61418
|
if (jh(c, g, v, F))
|
|
61419
61419
|
mA(c, g, v);
|
|
61420
61420
|
else {
|
|
61421
|
-
var O = c, K = g, ne = v,
|
|
61422
|
-
O[K - 3 * ne] = us[255 + O[K - 3 * ne] + je], O[K - 2 * ne] = us[255 +
|
|
61421
|
+
var O = c, K = g, ne = v, me = O[K - 2 * ne], ye = O[K - ne], le = O[K + 0], Fe = O[K + ne], ke = O[K + 2 * ne], se = 27 * (je = g1[1020 + 3 * (le - ye) + g1[1020 + me - Fe]]) + 63 >> 7, ae = 18 * je + 63 >> 7, je = 9 * je + 63 >> 7;
|
|
61422
|
+
O[K - 3 * ne] = us[255 + O[K - 3 * ne] + je], O[K - 2 * ne] = us[255 + me + ae], O[K - ne] = us[255 + ye + se], O[K + 0] = us[255 + le - se], O[K + ne] = us[255 + Fe - ae], O[K + 2 * ne] = us[255 + ke - je];
|
|
61423
61423
|
}
|
|
61424
61424
|
g += C;
|
|
61425
61425
|
}
|
|
@@ -61430,8 +61430,8 @@ function H3(t) {
|
|
|
61430
61430
|
if (jh(c, g, v, F))
|
|
61431
61431
|
mA(c, g, v);
|
|
61432
61432
|
else {
|
|
61433
|
-
var O = c, K = g, ne = v,
|
|
61434
|
-
O[K - 2 * ne] = us[255 + O[K - 2 * ne] + se], O[K - ne] = us[255 +
|
|
61433
|
+
var O = c, K = g, ne = v, me = O[K - ne], ye = O[K + 0], le = O[K + ne], Fe = qh[112 + ((ke = 3 * (ye - me)) + 4 >> 3)], ke = qh[112 + (ke + 3 >> 3)], se = Fe + 1 >> 1;
|
|
61434
|
+
O[K - 2 * ne] = us[255 + O[K - 2 * ne] + se], O[K - ne] = us[255 + me + ke], O[K + 0] = us[255 + ye - Fe], O[K + ne] = us[255 + le - se];
|
|
61435
61435
|
}
|
|
61436
61436
|
g += C;
|
|
61437
61437
|
}
|
|
@@ -61512,8 +61512,8 @@ function H3(t) {
|
|
|
61512
61512
|
var j;
|
|
61513
61513
|
if (c.ga = new bA(), (j = c.ga == null) || (j = g.width * g.o, e(c.Gb.length == 0), c.Gb = i(j), c.Uc = 0, c.Gb == null ? j = 0 : (c.mb = c.Gb, c.nb = c.Uc, c.rc = null, j = 1), j = !j), !j) {
|
|
61514
61514
|
j = c.ga;
|
|
61515
|
-
var F = c.Fa, O = c.P, K = c.qc, ne = c.mb,
|
|
61516
|
-
if (e(F != null && ne != null && g != null), Sa[0] = null, Sa[1] = zl, Sa[2] = bu, Sa[3] = _a, j.ca = ne, j.tb =
|
|
61515
|
+
var F = c.Fa, O = c.P, K = c.qc, ne = c.mb, me = c.nb, ye = O + 1, le = K - 1, Fe = j.l;
|
|
61516
|
+
if (e(F != null && ne != null && g != null), Sa[0] = null, Sa[1] = zl, Sa[2] = bu, Sa[3] = _a, j.ca = ne, j.tb = me, j.c = g.width, j.i = g.height, e(0 < j.c && 0 < j.i), 1 >= K)
|
|
61517
61517
|
g = 0;
|
|
61518
61518
|
else if (j.$a = F[O + 0] >> 0 & 3, j.Z = F[O + 0] >> 2 & 3, j.Lc = F[O + 0] >> 4 & 3, O = F[O + 0] >> 6 & 3, 0 > j.$a || 1 < j.$a || 4 <= j.Z || 1 < j.Lc || O)
|
|
61519
61519
|
g = 0;
|
|
@@ -61526,7 +61526,7 @@ function H3(t) {
|
|
|
61526
61526
|
g = 0;
|
|
61527
61527
|
break e;
|
|
61528
61528
|
}
|
|
61529
|
-
if (e(j != null), j.mc = g, g.c = j.c, g.i = j.i, g.l = j.l, g.l.ma = j, g.l.width = j.c, g.l.height = j.i, g.a = 0, pe(g.m, F,
|
|
61529
|
+
if (e(j != null), j.mc = g, g.c = j.c, g.i = j.i, g.l = j.l, g.l.ma = j, g.l.width = j.c, g.l.height = j.i, g.a = 0, pe(g.m, F, ye, le), !Wi(j.c, j.i, 1, g, null) || (g.ab == 1 && g.gc[0].hc == 3 && ko(g.s) ? (j.ic = 1, F = g.c * g.i, g.Ta = null, g.Ua = 0, g.V = i(F), g.Ba = 0, g.V == null ? (g.a = 1, g = 0) : g = 1) : (j.ic = 0, g = Nl(g, j.c)), !g))
|
|
61530
61530
|
break t;
|
|
61531
61531
|
g = 1;
|
|
61532
61532
|
break e;
|
|
@@ -61544,25 +61544,25 @@ function H3(t) {
|
|
|
61544
61544
|
e(c.ga != null), e(v + C <= T);
|
|
61545
61545
|
e: {
|
|
61546
61546
|
if (g = (F = c.ga).c, T = F.l.o, F.$a == 0) {
|
|
61547
|
-
if (
|
|
61547
|
+
if (ye = c.rc, le = c.Vc, Fe = c.Fa, O = c.P + 1 + v * g, K = c.mb, ne = c.nb + v * g, e(O <= c.P + c.qc), F.Z != 0)
|
|
61548
61548
|
for (e(Sa[F.Z] != null), j = 0; j < C; ++j)
|
|
61549
|
-
Sa[F.Z](
|
|
61549
|
+
Sa[F.Z](ye, le, Fe, O, K, ne, g), ye = K, le = ne, ne += g, O += g;
|
|
61550
61550
|
else
|
|
61551
61551
|
for (j = 0; j < C; ++j)
|
|
61552
|
-
n(K, ne, Fe, O, g),
|
|
61553
|
-
c.rc =
|
|
61552
|
+
n(K, ne, Fe, O, g), ye = K, le = ne, ne += g, O += g;
|
|
61553
|
+
c.rc = ye, c.Vc = le;
|
|
61554
61554
|
} else {
|
|
61555
61555
|
if (e(F.mc != null), g = v + C, e((j = F.mc) != null), e(g <= j.i), j.C >= g)
|
|
61556
61556
|
g = 1;
|
|
61557
61557
|
else if (F.ic || ue(), F.ic) {
|
|
61558
|
-
F = j.V,
|
|
61559
|
-
var ke = j.i, se = (Fe = 1, O = j.$ / le, K = j.$ % le, ne = j.m,
|
|
61560
|
-
e(se <= ae), e(g <= ke), e(ko(
|
|
61558
|
+
F = j.V, ye = j.Ba, le = j.c;
|
|
61559
|
+
var ke = j.i, se = (Fe = 1, O = j.$ / le, K = j.$ % le, ne = j.m, me = j.s, j.$), ae = le * ke, je = le * g, Oe = me.wc, Pe = se < je ? Nr(me, K, O) : null;
|
|
61560
|
+
e(se <= ae), e(g <= ke), e(ko(me));
|
|
61561
61561
|
t:
|
|
61562
61562
|
for (; ; ) {
|
|
61563
61563
|
for (; !ne.h && se < je; ) {
|
|
61564
|
-
if (K & Oe || (Pe = Nr(
|
|
61565
|
-
F[
|
|
61564
|
+
if (K & Oe || (Pe = Nr(me, K, O)), e(Pe != null), re(ne), 256 > (ke = Zn(Pe.G[0], Pe.H[0], ne)))
|
|
61565
|
+
F[ye + se] = ke, ++se, ++K >= le && (K = 0, ++O <= g && !(O % 16) && ri(j, O));
|
|
61566
61566
|
else {
|
|
61567
61567
|
if (!(280 > ke)) {
|
|
61568
61568
|
Fe = 0;
|
|
@@ -61575,10 +61575,10 @@ function H3(t) {
|
|
|
61575
61575
|
break t;
|
|
61576
61576
|
}
|
|
61577
61577
|
for (tt = 0; tt < ke; ++tt)
|
|
61578
|
-
F[
|
|
61578
|
+
F[ye + se + tt] = F[ye + se + tt - Ke];
|
|
61579
61579
|
for (se += ke, K += ke; K >= le; )
|
|
61580
61580
|
K -= le, ++O <= g && !(O % 16) && ri(j, O);
|
|
61581
|
-
se < je && K & Oe && (Pe = Nr(
|
|
61581
|
+
se < je && K & Oe && (Pe = Nr(me, K, O));
|
|
61582
61582
|
}
|
|
61583
61583
|
e(ne.h == G(ne));
|
|
61584
61584
|
}
|
|
@@ -61606,8 +61606,8 @@ function H3(t) {
|
|
|
61606
61606
|
for (; 0 < E--; ) {
|
|
61607
61607
|
var j, F = c, O = g + (v ? 1 : 0), K = c, ne = g + (v ? 0 : 3);
|
|
61608
61608
|
for (j = 0; j < C; ++j) {
|
|
61609
|
-
var
|
|
61610
|
-
|
|
61609
|
+
var me = K[ne + 4 * j];
|
|
61610
|
+
me != 255 && (me *= 32897, F[O + 4 * j + 0] = F[O + 4 * j + 0] * me >> 23, F[O + 4 * j + 1] = F[O + 4 * j + 1] * me >> 23, F[O + 4 * j + 2] = F[O + 4 * j + 2] * me >> 23);
|
|
61611
61611
|
}
|
|
61612
61612
|
g += T;
|
|
61613
61613
|
}
|
|
@@ -61626,8 +61626,8 @@ function H3(t) {
|
|
|
61626
61626
|
var O, K, ne = 255;
|
|
61627
61627
|
for (K = 0; K < E; ++K) {
|
|
61628
61628
|
for (O = 0; O < C; ++O) {
|
|
61629
|
-
var
|
|
61630
|
-
T[j + 4 * O] =
|
|
61629
|
+
var me = c[g + O];
|
|
61630
|
+
T[j + 4 * O] = me, ne &= me;
|
|
61631
61631
|
}
|
|
61632
61632
|
g += v, j += F;
|
|
61633
61633
|
}
|
|
@@ -61642,12 +61642,12 @@ function H3(t) {
|
|
|
61642
61642
|
Ps = f, ar = k, lr = W, Ir = te;
|
|
61643
61643
|
}
|
|
61644
61644
|
function Ie(c, g, v) {
|
|
61645
|
-
M[c] = function(C, E, T, j, F, O, K, ne,
|
|
61646
|
-
var Pe, tt = Oe - 1 >> 1, Ke = F[O + 0] | K[ne + 0] << 16, ht =
|
|
61645
|
+
M[c] = function(C, E, T, j, F, O, K, ne, me, ye, le, Fe, ke, se, ae, je, Oe) {
|
|
61646
|
+
var Pe, tt = Oe - 1 >> 1, Ke = F[O + 0] | K[ne + 0] << 16, ht = me[ye + 0] | le[Fe + 0] << 16;
|
|
61647
61647
|
e(C != null);
|
|
61648
61648
|
var Ge = 3 * Ke + ht + 131074 >> 2;
|
|
61649
61649
|
for (g(C[E + 0], 255 & Ge, Ge >> 16, ke, se), T != null && (Ge = 3 * ht + Ke + 131074 >> 2, g(T[j + 0], 255 & Ge, Ge >> 16, ae, je)), Pe = 1; Pe <= tt; ++Pe) {
|
|
61650
|
-
var qt = F[O + Pe] | K[ne + Pe] << 16, Yt =
|
|
61650
|
+
var qt = F[O + Pe] | K[ne + Pe] << 16, Yt = me[ye + Pe] | le[Fe + Pe] << 16, Lt = Ke + qt + ht + Yt + 524296, Dt = Lt + 2 * (qt + ht) >> 3;
|
|
61651
61651
|
Ge = Dt + Ke >> 1, Ke = (Lt = Lt + 2 * (Ke + Yt) >> 3) + qt >> 1, g(C[E + 2 * Pe - 1], 255 & Ge, Ge >> 16, ke, se + (2 * Pe - 1) * v), g(C[E + 2 * Pe - 0], 255 & Ke, Ke >> 16, ke, se + (2 * Pe - 0) * v), T != null && (Ge = Lt + ht >> 1, Ke = Dt + Yt >> 1, g(T[j + 2 * Pe - 1], 255 & Ge, Ge >> 16, ae, je + (2 * Pe - 1) * v), g(T[j + 2 * Pe + 0], 255 & Ke, Ke >> 16, ae, je + (2 * Pe + 0) * v)), Ke = qt, ht = Yt;
|
|
61652
61652
|
}
|
|
61653
61653
|
1 & Oe || (Ge = 3 * Ke + ht + 131074 >> 2, g(C[E + Oe - 1], 255 & Ge, Ge >> 16, ke, se + (Oe - 1) * v), T != null && (Ge = 3 * ht + Ke + 131074 >> 2, g(T[j + Oe - 1], 255 & Ge, Ge >> 16, ae, je + (Oe - 1) * v)));
|
|
@@ -61695,10 +61695,10 @@ function H3(t) {
|
|
|
61695
61695
|
return 0 > c ? 0 : c > g ? g : c;
|
|
61696
61696
|
}
|
|
61697
61697
|
function Xi(c, g, v) {
|
|
61698
|
-
M[c] = function(C, E, T, j, F, O, K, ne,
|
|
61699
|
-
for (var
|
|
61698
|
+
M[c] = function(C, E, T, j, F, O, K, ne, me) {
|
|
61699
|
+
for (var ye = ne + (-2 & me) * v; ne != ye; )
|
|
61700
61700
|
g(C[E + 0], T[j + 0], F[O + 0], K, ne), g(C[E + 1], T[j + 0], F[O + 0], K, ne + v), E += 2, ++j, ++O, ne += 2 * v;
|
|
61701
|
-
1 &
|
|
61701
|
+
1 & me && g(C[E + 0], T[j + 0], F[O + 0], K, ne);
|
|
61702
61702
|
};
|
|
61703
61703
|
}
|
|
61704
61704
|
function Nh(c, g, v) {
|
|
@@ -61717,37 +61717,37 @@ function H3(t) {
|
|
|
61717
61717
|
}
|
|
61718
61718
|
}
|
|
61719
61719
|
function xu(c, g) {
|
|
61720
|
-
var v, C, E = g.M, T = g.Nb, j = c.oc, F = c.pc + 40, O = c.oc, K = c.pc + 584, ne = c.oc,
|
|
61720
|
+
var v, C, E = g.M, T = g.Nb, j = c.oc, F = c.pc + 40, O = c.oc, K = c.pc + 584, ne = c.oc, me = c.pc + 600;
|
|
61721
61721
|
for (v = 0; 16 > v; ++v)
|
|
61722
61722
|
j[F + 32 * v - 1] = 129;
|
|
61723
61723
|
for (v = 0; 8 > v; ++v)
|
|
61724
|
-
O[K + 32 * v - 1] = 129, ne[
|
|
61725
|
-
for (0 < E ? j[F - 1 - 32] = O[K - 1 - 32] = ne[
|
|
61726
|
-
var
|
|
61724
|
+
O[K + 32 * v - 1] = 129, ne[me + 32 * v - 1] = 129;
|
|
61725
|
+
for (0 < E ? j[F - 1 - 32] = O[K - 1 - 32] = ne[me - 1 - 32] = 129 : (s(j, F - 32 - 1, 127, 21), s(O, K - 32 - 1, 127, 9), s(ne, me - 32 - 1, 127, 9)), C = 0; C < c.za; ++C) {
|
|
61726
|
+
var ye = g.ya[g.aa + C];
|
|
61727
61727
|
if (0 < C) {
|
|
61728
61728
|
for (v = -1; 16 > v; ++v)
|
|
61729
61729
|
n(j, F + 32 * v - 4, j, F + 32 * v + 12, 4);
|
|
61730
61730
|
for (v = -1; 8 > v; ++v)
|
|
61731
|
-
n(O, K + 32 * v - 4, O, K + 32 * v + 4, 4), n(ne,
|
|
61731
|
+
n(O, K + 32 * v - 4, O, K + 32 * v + 4, 4), n(ne, me + 32 * v - 4, ne, me + 32 * v + 4, 4);
|
|
61732
61732
|
}
|
|
61733
|
-
var le = c.Gd, Fe = c.Hd + C, ke =
|
|
61734
|
-
if (0 < E && (n(j, F - 32, le[Fe].y, 0, 16), n(O, K - 32, le[Fe].f, 0, 8), n(ne,
|
|
61733
|
+
var le = c.Gd, Fe = c.Hd + C, ke = ye.ad, se = ye.Hc;
|
|
61734
|
+
if (0 < E && (n(j, F - 32, le[Fe].y, 0, 16), n(O, K - 32, le[Fe].f, 0, 8), n(ne, me - 32, le[Fe].ea, 0, 8)), ye.Za) {
|
|
61735
61735
|
var ae = j, je = F - 32 + 16;
|
|
61736
61736
|
for (0 < E && (C >= c.za - 1 ? s(ae, je, le[Fe].y[15], 4) : n(ae, je, le[Fe + 1].y, 0, 4)), v = 0; 4 > v; v++)
|
|
61737
61737
|
ae[je + 128 + v] = ae[je + 256 + v] = ae[je + 384 + v] = ae[je + 0 + v];
|
|
61738
61738
|
for (v = 0; 16 > v; ++v, se <<= 2)
|
|
61739
|
-
ae = j, je = F + Mw[v], ai[
|
|
61740
|
-
} else if (ae = Nh(C, E,
|
|
61739
|
+
ae = j, je = F + Mw[v], ai[ye.Ob[v]](ae, je), _u(se, ke, 16 * +v, ae, je);
|
|
61740
|
+
} else if (ae = Nh(C, E, ye.Ob[0]), ka[ae](j, F), se != 0)
|
|
61741
61741
|
for (v = 0; 16 > v; ++v, se <<= 2)
|
|
61742
61742
|
_u(se, ke, 16 * +v, j, F + Mw[v]);
|
|
61743
|
-
for (v =
|
|
61743
|
+
for (v = ye.Gc, ae = Nh(C, E, ye.Dd), Fo[ae](O, K), Fo[ae](ne, me), se = ke, ae = O, je = K, 255 & (ye = v >> 0) && (170 & ye ? Su(se, 256, ae, je) : Us(se, 256, ae, je)), ye = ne, se = me, 255 & (v >>= 8) && (170 & v ? Su(ke, 320, ye, se) : Us(ke, 320, ye, se)), E < c.Ub - 1 && (n(le[Fe].y, 0, j, F + 480, 16), n(le[Fe].f, 0, O, K + 224, 8), n(le[Fe].ea, 0, ne, me + 224, 8)), v = 8 * T * c.B, le = c.sa, Fe = c.ta + 16 * C + 16 * T * c.R, ke = c.qa, ye = c.ra + 8 * C + v, se = c.Ha, ae = c.Ia + 8 * C + v, v = 0; 16 > v; ++v)
|
|
61744
61744
|
n(le, Fe + v * c.R, j, F + 32 * v, 16);
|
|
61745
61745
|
for (v = 0; 8 > v; ++v)
|
|
61746
|
-
n(ke,
|
|
61746
|
+
n(ke, ye + v * c.B, O, K + 32 * v, 8), n(se, ae + v * c.B, ne, me + 32 * v, 8);
|
|
61747
61747
|
}
|
|
61748
61748
|
}
|
|
61749
61749
|
function wA(c, g, v, C, E, T, j, F, O) {
|
|
61750
|
-
var K = [0], ne = [0],
|
|
61750
|
+
var K = [0], ne = [0], me = 0, ye = O != null ? O.kd : 0, le = O != null ? O : new yu();
|
|
61751
61751
|
if (c == null || 12 > v)
|
|
61752
61752
|
return 7;
|
|
61753
61753
|
le.data = c, le.w = g, le.ha = v, g = [g], v = [v], le.gb = [le.gb];
|
|
@@ -61763,7 +61763,7 @@ function H3(t) {
|
|
|
61763
61763
|
se = 3;
|
|
61764
61764
|
break e;
|
|
61765
61765
|
}
|
|
61766
|
-
if (
|
|
61766
|
+
if (ye && ae > ke[0] - 8) {
|
|
61767
61767
|
se = 7;
|
|
61768
61768
|
break e;
|
|
61769
61769
|
}
|
|
@@ -61778,7 +61778,7 @@ function H3(t) {
|
|
|
61778
61778
|
var je = c;
|
|
61779
61779
|
ke = g, se = v;
|
|
61780
61780
|
var Oe = K, Pe = ne, tt = Fe = [0];
|
|
61781
|
-
if ((Ge =
|
|
61781
|
+
if ((Ge = me = [me])[0] = 0, 8 > se[0])
|
|
61782
61782
|
se = 7;
|
|
61783
61783
|
else {
|
|
61784
61784
|
if (!r(je, ke[0], "VP8X")) {
|
|
@@ -61800,11 +61800,11 @@ function H3(t) {
|
|
|
61800
61800
|
se = 0;
|
|
61801
61801
|
}
|
|
61802
61802
|
}
|
|
61803
|
-
if (
|
|
61803
|
+
if (me = me[0], Fe = Fe[0], se != 0)
|
|
61804
61804
|
return se;
|
|
61805
|
-
if (ke = !!(2 & Fe), !ae &&
|
|
61805
|
+
if (ke = !!(2 & Fe), !ae && me)
|
|
61806
61806
|
return 3;
|
|
61807
|
-
if (T != null && (T[0] = !!(16 & Fe)), j != null && (j[0] = ke), F != null && (F[0] = 0), j = K[0], Fe = ne[0],
|
|
61807
|
+
if (T != null && (T[0] = !!(16 & Fe)), j != null && (j[0] = ke), F != null && (F[0] = 0), j = K[0], Fe = ne[0], me && ke && O == null) {
|
|
61808
61808
|
se = 0;
|
|
61809
61809
|
break;
|
|
61810
61810
|
}
|
|
@@ -61812,7 +61812,7 @@ function H3(t) {
|
|
|
61812
61812
|
se = 7;
|
|
61813
61813
|
break;
|
|
61814
61814
|
}
|
|
61815
|
-
if (ae &&
|
|
61815
|
+
if (ae && me || !ae && !me && !r(c, g[0], "ALPH")) {
|
|
61816
61816
|
v = [v], le.na = [le.na], le.P = [le.P], le.Sa = [le.Sa];
|
|
61817
61817
|
e: {
|
|
61818
61818
|
Ke = c, se = g, ae = v;
|
|
@@ -61858,7 +61858,7 @@ function H3(t) {
|
|
|
61858
61858
|
se = 3;
|
|
61859
61859
|
break e;
|
|
61860
61860
|
}
|
|
61861
|
-
if (
|
|
61861
|
+
if (ye && Ge > ae[0] - 8) {
|
|
61862
61862
|
se = 7;
|
|
61863
61863
|
break e;
|
|
61864
61864
|
}
|
|
@@ -61876,20 +61876,20 @@ function H3(t) {
|
|
|
61876
61876
|
se = 7;
|
|
61877
61877
|
break;
|
|
61878
61878
|
}
|
|
61879
|
-
F = j,
|
|
61879
|
+
F = j, ye = Fe, ke = T, c == null || 5 > v ? c = 0 : 5 <= v && c[g + 0] == 47 && !(c[g + 4] >> 5) ? (ae = [0], Ge = [0], Oe = [0], pe(Pe = new S(), c, g, v), ft(Pe, ae, Ge, Oe) ? (F != null && (F[0] = ae[0]), ye != null && (ye[0] = Ge[0]), ke != null && (ke[0] = Oe[0]), c = 1) : c = 0) : c = 0;
|
|
61880
61880
|
} else {
|
|
61881
61881
|
if (10 > v) {
|
|
61882
61882
|
se = 7;
|
|
61883
61883
|
break;
|
|
61884
61884
|
}
|
|
61885
|
-
F = Fe, c == null || 10 > v || !_h(c, g + 3, v - 3) ? c = 0 : (
|
|
61885
|
+
F = Fe, c == null || 10 > v || !_h(c, g + 3, v - 3) ? c = 0 : (ye = c[g + 0] | c[g + 1] << 8 | c[g + 2] << 16, ke = 16383 & (c[g + 7] << 8 | c[g + 6]), c = 16383 & (c[g + 9] << 8 | c[g + 8]), 1 & ye || 3 < (ye >> 1 & 7) || !(ye >> 4 & 1) || ye >> 5 >= le.Ja || !ke || !c ? c = 0 : (j && (j[0] = ke), F && (F[0] = c), c = 1));
|
|
61886
61886
|
}
|
|
61887
|
-
if (!c || (j = j[0], Fe = Fe[0],
|
|
61887
|
+
if (!c || (j = j[0], Fe = Fe[0], me && (K[0] != j || ne[0] != Fe)))
|
|
61888
61888
|
return 3;
|
|
61889
61889
|
O != null && (O[0] = le, O.offset = g - O.w, e(4294967286 > g - O.w), e(O.offset == O.ha - v));
|
|
61890
61890
|
break;
|
|
61891
61891
|
}
|
|
61892
|
-
return se == 0 || se == 7 &&
|
|
61892
|
+
return se == 0 || se == 7 && me && O == null ? (T != null && (T[0] |= le.na != null && 0 < le.na.length), C != null && (C[0] = j), E != null && (E[0] = Fe), 0) : se;
|
|
61893
61893
|
}
|
|
61894
61894
|
function Bu(c, g, v) {
|
|
61895
61895
|
var C = g.width, E = g.height, T = 0, j = 0, F = C, O = E;
|
|
@@ -61948,8 +61948,8 @@ function H3(t) {
|
|
|
61948
61948
|
c = C.f.RGBA, g &= (F = Math.abs(c.A)) * (j - 1) + T <= c.size, g &= F >= T * zw[E], g &= c.eb != null;
|
|
61949
61949
|
else {
|
|
61950
61950
|
c = C.f.kb, F = (T + 1) / 2, ne = (j + 1) / 2, O = Math.abs(c.fa), K = Math.abs(c.Ab);
|
|
61951
|
-
var
|
|
61952
|
-
g &= O * (j - 1) + T <= c.Fd, g &= K * (ne - 1) + F <= c.Cd, g = (g &=
|
|
61951
|
+
var me = Math.abs(c.Db), ye = Math.abs(c.lb), le = ye * (j - 1) + T;
|
|
61952
|
+
g &= O * (j - 1) + T <= c.Fd, g &= K * (ne - 1) + F <= c.Cd, g = (g &= me * (ne - 1) + F <= c.Ed) & O >= T & K >= F & me >= F, g &= c.y != null, g &= c.f != null, g &= c.ea != null, E == 12 && (g &= ye >= T, g &= le <= c.Tc, g &= c.F != null);
|
|
61953
61953
|
}
|
|
61954
61954
|
else
|
|
61955
61955
|
g = 0;
|
|
@@ -62015,10 +62015,10 @@ function H3(t) {
|
|
|
62015
62015
|
j.ba = F, F.S = T, F.width = [F.width], F.height = [F.height];
|
|
62016
62016
|
var O = F.width, K = F.height, ne = new Eo();
|
|
62017
62017
|
if (ne == null || c == null)
|
|
62018
|
-
var
|
|
62018
|
+
var me = 2;
|
|
62019
62019
|
else
|
|
62020
|
-
e(ne != null),
|
|
62021
|
-
if (
|
|
62020
|
+
e(ne != null), me = wA(c, g, v, ne.width, ne.height, ne.Pd, ne.Qd, ne.format, null);
|
|
62021
|
+
if (me != 0 ? O = 0 : (O != null && (O[0] = ne.width[0]), K != null && (K[0] = ne.height[0]), O = 1), O) {
|
|
62022
62022
|
F.width = F.width[0], F.height = F.height[0], C != null && (C[0] = F.width), E != null && (E[0] = F.height);
|
|
62023
62023
|
e: {
|
|
62024
62024
|
if (C = new uA(), (E = new yu()).data = c, E.w = g, E.ha = v, E.kd = 1, g = [0], e(E != null), ((c = wA(E.data, E.w, E.ha, null, null, null, g, null, E)) == 0 || c == 7) && g[0] && (c = 4), (g = c) == 0) {
|
|
@@ -62027,23 +62027,23 @@ function H3(t) {
|
|
|
62027
62027
|
j = 1;
|
|
62028
62028
|
break e;
|
|
62029
62029
|
}
|
|
62030
|
-
if (function(
|
|
62030
|
+
if (function(ye, le) {
|
|
62031
62031
|
var Fe = [0], ke = [0], se = [0];
|
|
62032
62032
|
t:
|
|
62033
62033
|
for (; ; ) {
|
|
62034
|
-
if (
|
|
62034
|
+
if (ye == null)
|
|
62035
62035
|
return 0;
|
|
62036
62036
|
if (le == null)
|
|
62037
|
-
return
|
|
62038
|
-
if (
|
|
62039
|
-
|
|
62037
|
+
return ye.a = 2, 0;
|
|
62038
|
+
if (ye.l = le, ye.a = 0, pe(ye.m, le.data, le.w, le.ha), !ft(ye.m, Fe, ke, se)) {
|
|
62039
|
+
ye.a = 3;
|
|
62040
62040
|
break t;
|
|
62041
62041
|
}
|
|
62042
|
-
if (
|
|
62042
|
+
if (ye.xb = Fw, le.width = Fe[0], le.height = ke[0], !Wi(Fe[0], ke[0], 1, ye, null))
|
|
62043
62043
|
break t;
|
|
62044
62044
|
return 1;
|
|
62045
62045
|
}
|
|
62046
|
-
return e(
|
|
62046
|
+
return e(ye.a != 0), 0;
|
|
62047
62047
|
}(c, C)) {
|
|
62048
62048
|
if (C = (g = _A(C.width, C.height, j.Oa, j.ba)) == 0) {
|
|
62049
62049
|
t: {
|
|
@@ -62089,7 +62089,7 @@ function H3(t) {
|
|
|
62089
62089
|
if (c.Aa = 0, v = j.Oa, e((E = c) != null), v != null) {
|
|
62090
62090
|
if (0 < (O = 0 > (O = v.Md) ? 0 : 100 < O ? 255 : 255 * O / 100)) {
|
|
62091
62091
|
for (K = ne = 0; 4 > K; ++K)
|
|
62092
|
-
12 > (
|
|
62092
|
+
12 > (me = E.pb[K]).lc && (me.ia = O * Ck[0 > me.lc ? 0 : me.lc] >> 3), ne |= me.ia;
|
|
62093
62093
|
ne && (alert("todo:VP8InitRandom"), E.ia = 1);
|
|
62094
62094
|
}
|
|
62095
62095
|
E.Ga = v.Id, 100 < E.Ga ? E.Ga = 100 : 0 > E.Ga && (E.Ga = 0);
|
|
@@ -62584,7 +62584,7 @@ function(t) {
|
|
|
62584
62584
|
*/
|
|
62585
62585
|
function(t) {
|
|
62586
62586
|
function e() {
|
|
62587
|
-
return (mt.canvg ? Promise.resolve(mt.canvg) : import("./index.es-
|
|
62587
|
+
return (mt.canvg ? Promise.resolve(mt.canvg) : import("./index.es-383d0109.js")).catch(function(r) {
|
|
62588
62588
|
return Promise.reject(new Error("Could not load canvg: " + r));
|
|
62589
62589
|
}).then(function(r) {
|
|
62590
62590
|
return r.default ? r.default : r;
|
|
@@ -64103,7 +64103,7 @@ let Dr = class t extends qe {
|
|
|
64103
64103
|
}
|
|
64104
64104
|
connectedCallback() {
|
|
64105
64105
|
super.connectedCallback(), this.addEventListener("click2payNotAvailable", () => {
|
|
64106
|
-
|
|
64106
|
+
fe.info("click2payNotAvailable", {
|
|
64107
64107
|
context: Te.CLICK_TO_PAY,
|
|
64108
64108
|
tag: "CLICK_TO_PAY_NOT_AVAILABLE",
|
|
64109
64109
|
origin_sdk: nd,
|
|
@@ -64113,7 +64113,7 @@ let Dr = class t extends qe {
|
|
|
64113
64113
|
}), this.stateC2p.isC2pAvailable = !1;
|
|
64114
64114
|
}), this.addEventListener("click2payInitialized", (e) => {
|
|
64115
64115
|
const r = e;
|
|
64116
|
-
|
|
64116
|
+
fe.info("c2pInitialized", {
|
|
64117
64117
|
context: Te.CLICK_TO_PAY,
|
|
64118
64118
|
tag: "C2P_INITIALIZED_CONTEXT",
|
|
64119
64119
|
origin_sdk: nd,
|
|
@@ -64126,7 +64126,7 @@ let Dr = class t extends qe {
|
|
|
64126
64126
|
), this.stateC2p.isC2pAvailable = !0;
|
|
64127
64127
|
}), this.addEventListener("userRecognized", (e) => {
|
|
64128
64128
|
const r = e;
|
|
64129
|
-
this.stateC2p.userRecognized = r.detail.userRecognized,
|
|
64129
|
+
this.stateC2p.userRecognized = r.detail.userRecognized, fe.info("c2pUserRecognized", {
|
|
64130
64130
|
context: Te.CLICK_TO_PAY,
|
|
64131
64131
|
tag: "C2P_USER_RECOGNIZED_CONTEXT",
|
|
64132
64132
|
origin_sdk: nd,
|
|
@@ -64141,7 +64141,7 @@ let Dr = class t extends qe {
|
|
|
64141
64141
|
}), this.addEventListener("newCardSelected", (e) => ce(this, null, function* () {
|
|
64142
64142
|
var n;
|
|
64143
64143
|
const r = e;
|
|
64144
|
-
if (
|
|
64144
|
+
if (fe.info("newCardSelected", {
|
|
64145
64145
|
context: Te.CLICK_TO_PAY,
|
|
64146
64146
|
tag: "NEW_CARD_SELECTED_CONTEXT",
|
|
64147
64147
|
origin_sdk: nd,
|
|
@@ -64167,13 +64167,13 @@ let Dr = class t extends qe {
|
|
|
64167
64167
|
try {
|
|
64168
64168
|
this.stateC2p.encryptedCardData = yield ST(this.stateC2p.mcService, o);
|
|
64169
64169
|
} catch (a) {
|
|
64170
|
-
|
|
64170
|
+
fe.error("error handling new card", { tag: "ERROR_NEW_CARD" }, a);
|
|
64171
64171
|
return;
|
|
64172
64172
|
}
|
|
64173
64173
|
}
|
|
64174
64174
|
})), this.addEventListener("defaultCardSelected", (e) => {
|
|
64175
64175
|
const r = e;
|
|
64176
|
-
this.stateC2p.cardBrand = r.detail.cardBrand, this.stateC2p.cardType = r.detail.cardType, this.stateC2p.bines = r.detail.bin, this.stateC2p.creditNumber = r.detail.creditNumber, this.stateC2p.codSeg = r.detail.codSeg, this.stateC2p.expired = r.detail.expired,
|
|
64176
|
+
this.stateC2p.cardBrand = r.detail.cardBrand, this.stateC2p.cardType = r.detail.cardType, this.stateC2p.bines = r.detail.bin, this.stateC2p.creditNumber = r.detail.creditNumber, this.stateC2p.codSeg = r.detail.codSeg, this.stateC2p.expired = r.detail.expired, fe.info("defaultCardSelected", {
|
|
64177
64177
|
context: Te.CLICK_TO_PAY,
|
|
64178
64178
|
tag: "DEFAULT_MANUAL_CARD_SELECTED_CONTEXT",
|
|
64179
64179
|
origin_sdk: nd,
|
|
@@ -64184,7 +64184,7 @@ let Dr = class t extends qe {
|
|
|
64184
64184
|
});
|
|
64185
64185
|
}), this.addEventListener("selectedInstallment", (e) => {
|
|
64186
64186
|
const r = e;
|
|
64187
|
-
this.stateC2p.selectedInstallment = r.detail.selectedInstallment,
|
|
64187
|
+
this.stateC2p.selectedInstallment = r.detail.selectedInstallment, fe.info("selectedInstallment", {
|
|
64188
64188
|
context: Te.CLICK_TO_PAY,
|
|
64189
64189
|
tag: "SELECTED_INSTALLMENT_CONTEXT",
|
|
64190
64190
|
origin_sdk: nd,
|
|
@@ -64195,7 +64195,7 @@ let Dr = class t extends qe {
|
|
|
64195
64195
|
});
|
|
64196
64196
|
}), this.addEventListener("checkoutCompleted", (e) => {
|
|
64197
64197
|
const r = e;
|
|
64198
|
-
|
|
64198
|
+
fe.info("checkoutCompleted", {
|
|
64199
64199
|
context: Te.CLICK_TO_PAY,
|
|
64200
64200
|
tag: "CHECKOUT_COMPLETED_CONTEXT",
|
|
64201
64201
|
origin_sdk: nd,
|
|
@@ -64404,7 +64404,7 @@ var QW = Object.defineProperty, MW = Object.getOwnPropertyDescriptor, Ss = (t, e
|
|
|
64404
64404
|
const av = "app-home-c2p";
|
|
64405
64405
|
let Gn = class extends qe {
|
|
64406
64406
|
constructor() {
|
|
64407
|
-
super(...arguments), this._statusMessage = "", this._isShowCardPayment = !0, this._masterLibUrl = "", this._settings = _l.settings, this._isLoading = !
|
|
64407
|
+
super(...arguments), this._statusMessage = "", this._isShowCardPayment = !0, this._masterLibUrl = "", this._settings = _l.settings, this._isLoading = !0, this._transactionCurrency = "ARS";
|
|
64408
64408
|
}
|
|
64409
64409
|
get hasProducts() {
|
|
64410
64410
|
var t, e;
|
|
@@ -64412,7 +64412,7 @@ let Gn = class extends qe {
|
|
|
64412
64412
|
}
|
|
64413
64413
|
connectedCallback() {
|
|
64414
64414
|
super.connectedCallback(), this.addEventListener("button-pushed", (t) => ce(this, null, function* () {
|
|
64415
|
-
this._isShowCardPayment = !0, this._stateC2p.page = t.detail ? t.detail : pt.C2P_INPUT,
|
|
64415
|
+
this._isShowCardPayment = !0, this._stateC2p.page = t.detail ? t.detail : pt.C2P_INPUT, fe.info("current-page-c2p", { page: this._stateC2p.page }), this._updateCustomerProperties(t.detail), this._shouldHideCardPayment(t.detail) && (this._isShowCardPayment = !1), t.detail === pt.C2P_INPUT && (yield this._loadClick2paySDK(), this._isLoading && (this._isLoading = !1), this._stateC2p.isActiveWs || (yield this.webSocket())), this.requestUpdate();
|
|
64416
64416
|
}));
|
|
64417
64417
|
}
|
|
64418
64418
|
_updateCustomerProperties(t) {
|
|
@@ -64429,7 +64429,7 @@ let Gn = class extends qe {
|
|
|
64429
64429
|
return ce(this, null, function* () {
|
|
64430
64430
|
let t = Object.keys(this._stateC2p.mcService).length > 0;
|
|
64431
64431
|
if (!t)
|
|
64432
|
-
for (
|
|
64432
|
+
for (fe.info("waitingMcService", {
|
|
64433
64433
|
context: Te.CLICK_TO_PAY,
|
|
64434
64434
|
tag: "WAITING_MC_SERVICE_HOLDER_FORM",
|
|
64435
64435
|
origin_sdk: av,
|
|
@@ -64442,7 +64442,7 @@ let Gn = class extends qe {
|
|
|
64442
64442
|
}
|
|
64443
64443
|
_loadClick2paySDK() {
|
|
64444
64444
|
return ce(this, null, function* () {
|
|
64445
|
-
this.
|
|
64445
|
+
this._masterLibUrl = this._getMasterSDKUrl(), this._initPayload = this._getInitPayload();
|
|
64446
64446
|
const t = document.createElement("script");
|
|
64447
64447
|
t.type = "module", t.src = "https://src.mastercard.com/srci/integration/components/src-ui-kit/src-ui-kit.esm.js";
|
|
64448
64448
|
const e = document.createElement("link");
|
|
@@ -64479,8 +64479,6 @@ let Gn = class extends qe {
|
|
|
64479
64479
|
composed: !0
|
|
64480
64480
|
})
|
|
64481
64481
|
);
|
|
64482
|
-
} finally {
|
|
64483
|
-
this._isLoading = !1;
|
|
64484
64482
|
}
|
|
64485
64483
|
});
|
|
64486
64484
|
}
|
|
@@ -64519,7 +64517,7 @@ let Gn = class extends qe {
|
|
|
64519
64517
|
}
|
|
64520
64518
|
setDurationPayment(t) {
|
|
64521
64519
|
var e;
|
|
64522
|
-
Ut.getStartPaymentTime() && (
|
|
64520
|
+
Ut.getStartPaymentTime() && (fe.info("paymentDuration", {
|
|
64523
64521
|
context: Te.CLICK_TO_PAY,
|
|
64524
64522
|
origin_sdk: av,
|
|
64525
64523
|
tag: "PAYMENT_DURATION",
|
|
@@ -64537,10 +64535,11 @@ let Gn = class extends qe {
|
|
|
64537
64535
|
getPaymentRequestAndRedirectToStatus() {
|
|
64538
64536
|
return ce(this, null, function* () {
|
|
64539
64537
|
try {
|
|
64538
|
+
fe.info("app-home::getPaymentRequestAndRedirectToStatus");
|
|
64540
64539
|
const t = yield _i(this._stateC2p.statePaymentRequest.id);
|
|
64541
64540
|
this.setDurationPayment(t.response), this._stateC2p.statePaymentRequest = t.response, this._statusMessage = t.response.status;
|
|
64542
64541
|
} catch (t) {
|
|
64543
|
-
|
|
64542
|
+
fe.error(
|
|
64544
64543
|
"getPaymentRequestRedirectStatus",
|
|
64545
64544
|
{
|
|
64546
64545
|
context: Te.CLICK_TO_PAY,
|
|
@@ -64685,7 +64684,7 @@ let Ti = class extends qe {
|
|
|
64685
64684
|
}
|
|
64686
64685
|
_deepLinkModo() {
|
|
64687
64686
|
var r, n, s, i;
|
|
64688
|
-
this._startPolling(),
|
|
64687
|
+
this._startPolling(), fe.info("deepLinkModoClicked", {
|
|
64689
64688
|
context: Te.CLICK_TO_PAY,
|
|
64690
64689
|
origin_sdk: qW,
|
|
64691
64690
|
tag: "MODO_CLICKED",
|
|
@@ -65219,7 +65218,7 @@ let or = class t extends qe {
|
|
|
65219
65218
|
return;
|
|
65220
65219
|
yield this._triggerCheckout();
|
|
65221
65220
|
}
|
|
65222
|
-
|
|
65221
|
+
fe.info("c2pModalLoading", {
|
|
65223
65222
|
context: Te.CLICK_TO_PAY,
|
|
65224
65223
|
tag: "LOADING",
|
|
65225
65224
|
is_embedded: this._payfacContext.isEmbedded,
|
|
@@ -65240,7 +65239,7 @@ let or = class t extends qe {
|
|
|
65240
65239
|
_triggerCheckoutTask() {
|
|
65241
65240
|
return ce(this, null, function* () {
|
|
65242
65241
|
var d, l, A, u, h, p, m, y, _;
|
|
65243
|
-
this._checkoutResponse = this._c2pState.checkoutResponse,
|
|
65242
|
+
this._checkoutResponse = this._c2pState.checkoutResponse, fe.info("C2PCheckoutTask", {
|
|
65244
65243
|
context: Te.CLICK_TO_PAY,
|
|
65245
65244
|
tag: "TRIGGER_CHECKOUT_TAG",
|
|
65246
65245
|
origin_sdk: sd,
|
|
@@ -65280,7 +65279,7 @@ let or = class t extends qe {
|
|
|
65280
65279
|
}
|
|
65281
65280
|
};
|
|
65282
65281
|
try {
|
|
65283
|
-
(yield jT(a)).cvvRequired && this._lastStepCvv.length < 3 ? (this._c2pState.cvcRequired = !0, this._stateStatus.isStart = !1, this.createEvent("button-pushed", pt.SUMMARY),
|
|
65282
|
+
(yield jT(a)).cvvRequired && this._lastStepCvv.length < 3 ? (this._c2pState.cvcRequired = !0, this._stateStatus.isStart = !1, this.createEvent("button-pushed", pt.SUMMARY), fe.info("cardRequiresCVV", {
|
|
65284
65283
|
context: Te.CLICK_TO_PAY,
|
|
65285
65284
|
tag: "CARD_CVV_REQUIRED",
|
|
65286
65285
|
origin_sdk: sd,
|
|
@@ -65290,7 +65289,7 @@ let or = class t extends qe {
|
|
|
65290
65289
|
}
|
|
65291
65290
|
})) : (this._c2pState.cvcRequired = !1, this._stateStatus.isStart = !0);
|
|
65292
65291
|
} catch (b) {
|
|
65293
|
-
|
|
65292
|
+
fe.error("Trigger checkout error", { tag: "TRIGGER_CHECKOUT_TASK_ERROR" }, b), nt("TRIGGER_CHECKOUT_TASK_ERROR", "Direct payment tokenized failed."), this.defaultMessageError(), fe.error(
|
|
65294
65293
|
"paymentTokenized",
|
|
65295
65294
|
{
|
|
65296
65295
|
context: Te.CLICK_TO_PAY,
|
|
@@ -65309,7 +65308,7 @@ let or = class t extends qe {
|
|
|
65309
65308
|
_triggerCheckout() {
|
|
65310
65309
|
return ce(this, null, function* () {
|
|
65311
65310
|
var e, r;
|
|
65312
|
-
|
|
65311
|
+
fe.info("triggerCheckout", {
|
|
65313
65312
|
context: Te.CLICK_TO_PAY,
|
|
65314
65313
|
tag: "TRIGGER_CHECKOUT_MODAL",
|
|
65315
65314
|
origin_sdk: sd,
|
|
@@ -65320,12 +65319,13 @@ let or = class t extends qe {
|
|
|
65320
65319
|
try {
|
|
65321
65320
|
this._c2pState.useC2P && ((r = this._c2pState.availableNetworks) != null && r.includes(this._c2pState.cardBrand)) ? yield this._triggerCheckoutTask() : yield this.directPaymentTransparent();
|
|
65322
65321
|
} catch (n) {
|
|
65323
|
-
|
|
65322
|
+
fe.error("trigger checkout error", { tag: "TRIGGER_CHECKOUT_ERROR" }, n), this.defaultMessageError(), this.createEvent("button-pushed", pt.STATUS);
|
|
65324
65323
|
}
|
|
65325
65324
|
});
|
|
65326
65325
|
}
|
|
65327
65326
|
getPaymentRequest() {
|
|
65328
65327
|
return ce(this, null, function* () {
|
|
65328
|
+
fe.info("click2pay-modal::getPaymentRequest");
|
|
65329
65329
|
try {
|
|
65330
65330
|
this._payfacContext.context = Te.CLICK_TO_PAY;
|
|
65331
65331
|
const e = this._payfacContext.paymentRequest;
|
|
@@ -65335,7 +65335,7 @@ let or = class t extends qe {
|
|
|
65335
65335
|
this._stateStatus.title = r.message.title, this._stateStatus.subtitle = r.message.subtitle, this._stateStatus.icon = r.message.icon, this._stateStatus.status = r.status, this._stateStatus.nameReturnButton = r.message.nameReturnButton || "", this._stateStatus.returnButton = r.message.returnButton || !1, this._stateStatus.hasDownloadPDF = r.message.hasDownloadPDF || !1, this.createEvent("button-pushed", pt.STATUS);
|
|
65336
65336
|
return;
|
|
65337
65337
|
}
|
|
65338
|
-
this._setDpaInfo(), yield this.validateCircuitBreaker(), yield this.getPromotions(), this._c2pState.statePaymentRequest = e, this._c2pState.page = pt.C2P_INPUT, this._c2pProps = Ve({}, this._c2pProps), this.createEvent("button-pushed", this._c2pState.page)
|
|
65338
|
+
this._setDpaInfo(), yield this.validateCircuitBreaker(), yield this.getPromotions(), this._c2pState.statePaymentRequest = e, this._c2pState.page = pt.C2P_INPUT, this._c2pProps = Ve({}, this._c2pProps), this.createEvent("button-pushed", this._c2pState.page);
|
|
65339
65339
|
} catch (e) {
|
|
65340
65340
|
nt("LOAD_DATA_ERROR", "Load data failed."), console.log(e), this.defaultMessageError();
|
|
65341
65341
|
}
|
|
@@ -65389,7 +65389,7 @@ let or = class t extends qe {
|
|
|
65389
65389
|
);
|
|
65390
65390
|
try {
|
|
65391
65391
|
const i = yield g2(r);
|
|
65392
|
-
|
|
65392
|
+
fe.info("directPaymentTransparent", {
|
|
65393
65393
|
context: Te.CLICK_TO_PAY,
|
|
65394
65394
|
tag: "POST_DIRECT_PAYMENT_TRANSPARENT",
|
|
65395
65395
|
origin_sdk: sd,
|
|
@@ -65400,7 +65400,7 @@ let or = class t extends qe {
|
|
|
65400
65400
|
}
|
|
65401
65401
|
});
|
|
65402
65402
|
} catch (i) {
|
|
65403
|
-
nt("DIRECT_PAYMENT_ERROR", "Direct payment failed."), this.defaultMessageError(),
|
|
65403
|
+
nt("DIRECT_PAYMENT_ERROR", "Direct payment failed."), this.defaultMessageError(), fe.error(
|
|
65404
65404
|
"directPaymentTransparent",
|
|
65405
65405
|
{
|
|
65406
65406
|
context: Te.CLICK_TO_PAY,
|
|
@@ -65603,7 +65603,7 @@ let xs = class t extends qe {
|
|
|
65603
65603
|
super(), this._displayRememberMe = !0, this._isLoading = !0, this._rememberMe = !1, this._isButtonDisabled = !1, this._showCardForm = !1, this.customLoading = !0, this.addEventListener("otpChanged", (e) => {
|
|
65604
65604
|
var s;
|
|
65605
65605
|
const r = e, n = this.renderRoot.querySelector("src-otp-input");
|
|
65606
|
-
this._rememberMe = n.shadowRoot.querySelector("#remember_me").checked,
|
|
65606
|
+
this._rememberMe = n.shadowRoot.querySelector("#remember_me").checked, fe.info("otpChanged", {
|
|
65607
65607
|
context: Te.CLICK_TO_PAY,
|
|
65608
65608
|
tag: "EVENT_LISTENER_OTP_CHANGED",
|
|
65609
65609
|
origin_sdk: id,
|
|
@@ -65614,7 +65614,7 @@ let xs = class t extends qe {
|
|
|
65614
65614
|
}), this._otpValue = r.detail;
|
|
65615
65615
|
}), this.addEventListener("continue", (e) => ce(this, null, function* () {
|
|
65616
65616
|
var r;
|
|
65617
|
-
|
|
65617
|
+
fe.info("continueEventOtp", {
|
|
65618
65618
|
context: Te.CLICK_TO_PAY,
|
|
65619
65619
|
tag: "CONTINUE_EVENT_OTP",
|
|
65620
65620
|
origin_sdk: id,
|
|
@@ -65630,7 +65630,7 @@ let xs = class t extends qe {
|
|
|
65630
65630
|
}
|
|
65631
65631
|
})), this.addEventListener("rememberMe", (e) => {
|
|
65632
65632
|
var n;
|
|
65633
|
-
|
|
65633
|
+
fe.info("rememberUserSelected", {
|
|
65634
65634
|
context: Te.CLICK_TO_PAY,
|
|
65635
65635
|
tag: "REMEMBER_ME_SELECTED",
|
|
65636
65636
|
origin_sdk: id,
|
|
@@ -65690,7 +65690,7 @@ let xs = class t extends qe {
|
|
|
65690
65690
|
var n;
|
|
65691
65691
|
dr(t.prototype, this, "firstUpdated").call(this, e);
|
|
65692
65692
|
const r = this.renderRoot.querySelector("src-otp-input");
|
|
65693
|
-
yield r.updateComplete, yield r.loadSupportedValidationChannels(this._stateC2P.supportedOtpChannels),
|
|
65693
|
+
yield r.updateComplete, yield r.loadSupportedValidationChannels(this._stateC2P.supportedOtpChannels), fe.info("firstUpdatedOtpOptions", {
|
|
65694
65694
|
context: Te.CLICK_TO_PAY,
|
|
65695
65695
|
tag: "OTP_OPTIONS",
|
|
65696
65696
|
origin_sdk: id,
|
|
@@ -65701,7 +65701,7 @@ let xs = class t extends qe {
|
|
|
65701
65701
|
}
|
|
65702
65702
|
}), yield Xm(1e3), this._isLoading = !1, r == null || r.addEventListener("notYouRequested", () => ce(this, null, function* () {
|
|
65703
65703
|
var s;
|
|
65704
|
-
|
|
65704
|
+
fe.info("userSelectedNotYou", {
|
|
65705
65705
|
context: Te.CLICK_TO_PAY,
|
|
65706
65706
|
tag: "USER_SELECTED_NOT_YOU",
|
|
65707
65707
|
origin_sdk: id,
|
|
@@ -65712,7 +65712,7 @@ let xs = class t extends qe {
|
|
|
65712
65712
|
})), r == null || r.addEventListener("resendOtp", (s) => {
|
|
65713
65713
|
var o;
|
|
65714
65714
|
const i = s;
|
|
65715
|
-
|
|
65715
|
+
fe.info("otpResend", {
|
|
65716
65716
|
context: Te.CLICK_TO_PAY,
|
|
65717
65717
|
tag: "OTP_RESEND_REQUEST",
|
|
65718
65718
|
origin_sdk: id,
|
|
@@ -65726,7 +65726,7 @@ let xs = class t extends qe {
|
|
|
65726
65726
|
}
|
|
65727
65727
|
_renderCardForm() {
|
|
65728
65728
|
var e;
|
|
65729
|
-
this._showCardForm = !0, this.createEvent("button-pushed", pt.CARD_FORM),
|
|
65729
|
+
this._showCardForm = !0, this.createEvent("button-pushed", pt.CARD_FORM), fe.info("fromOtpToManualPayment", {
|
|
65730
65730
|
context: Te.CLICK_TO_PAY,
|
|
65731
65731
|
tag: "OTP-TO-MANUAL-PAYMENT",
|
|
65732
65732
|
origin_sdk: id,
|
|
@@ -65841,7 +65841,7 @@ let ml = class extends qe {
|
|
|
65841
65841
|
}
|
|
65842
65842
|
get qrData() {
|
|
65843
65843
|
var t, e, r, n;
|
|
65844
|
-
return
|
|
65844
|
+
return fe.info("qrOpen", {
|
|
65845
65845
|
context: Te.CLICK_TO_PAY,
|
|
65846
65846
|
origin_sdk: X3,
|
|
65847
65847
|
tag: "QR_OPEN",
|
|
@@ -65867,7 +65867,7 @@ let ml = class extends qe {
|
|
|
65867
65867
|
}
|
|
65868
65868
|
back() {
|
|
65869
65869
|
var t, e;
|
|
65870
|
-
|
|
65870
|
+
fe.info("qrClose", {
|
|
65871
65871
|
context: Te.CLICK_TO_PAY,
|
|
65872
65872
|
origin_sdk: X3,
|
|
65873
65873
|
tag: "QR_CLOSE",
|
|
@@ -66036,7 +66036,7 @@ let Js = class t extends ho {
|
|
|
66036
66036
|
this.createEvent("button-pushed", pt.CARD_LIST);
|
|
66037
66037
|
else {
|
|
66038
66038
|
const { consumerPresent: n } = yield ET(this._stateC2P.mcService, this.formData.email);
|
|
66039
|
-
n ? (this._otpValidationChannel = yield kT(this._stateC2P.mcService), this._stateC2P.otpNetwork = this._otpValidationChannel.network, this._stateC2P.otpMaskedIdentity = this._otpValidationChannel.maskedValidationChannel, this._stateC2P.supportedOtpChannels = this._otpValidationChannel.supportedValidationChannels, this._userRecognized = !1,
|
|
66039
|
+
n ? (this._otpValidationChannel = yield kT(this._stateC2P.mcService), this._stateC2P.otpNetwork = this._otpValidationChannel.network, this._stateC2P.otpMaskedIdentity = this._otpValidationChannel.maskedValidationChannel, this._stateC2P.supportedOtpChannels = this._otpValidationChannel.supportedValidationChannels, this._userRecognized = !1, fe.info("recognizedUserNewDevice", {
|
|
66040
66040
|
context: Te.CLICK_TO_PAY,
|
|
66041
66041
|
tag: "RECOGNIZED_USER_NEW_DEVICE",
|
|
66042
66042
|
origin_sdk: lv,
|
|
@@ -66044,7 +66044,7 @@ let Js = class t extends ho {
|
|
|
66044
66044
|
recognizedUser: this._userRecognized,
|
|
66045
66045
|
payment_request_id: (e = this._stateC2PProps) == null ? void 0 : e.paymentRequestId
|
|
66046
66046
|
}
|
|
66047
|
-
}),
|
|
66047
|
+
}), fe.info("otpChannelOptions", {
|
|
66048
66048
|
context: Te.CLICK_TO_PAY,
|
|
66049
66049
|
tag: "OTP_CHANNEL_OPTIONS",
|
|
66050
66050
|
origin_sdk: lv,
|
|
@@ -66078,7 +66078,7 @@ let Js = class t extends ho {
|
|
|
66078
66078
|
bubbles: !0,
|
|
66079
66079
|
composed: !0
|
|
66080
66080
|
})
|
|
66081
|
-
),
|
|
66081
|
+
), fe.info("recognizedUserDevice", {
|
|
66082
66082
|
context: Te.CLICK_TO_PAY,
|
|
66083
66083
|
tag: "RECOGNIZED_USER_DEVICE",
|
|
66084
66084
|
origin_sdk: lv,
|
|
@@ -66331,7 +66331,7 @@ let na = class t extends qe {
|
|
|
66331
66331
|
},
|
|
66332
66332
|
rememberMe: this._stateC2P.rememberMe
|
|
66333
66333
|
};
|
|
66334
|
-
|
|
66334
|
+
fe.info("makeCheckoutNewCard", {
|
|
66335
66335
|
context: Te.CLICK_TO_PAY,
|
|
66336
66336
|
tag: "MAKE_CHECKOUT_NEW_CARDS_C2P",
|
|
66337
66337
|
origin_sdk: af,
|
|
@@ -66352,7 +66352,7 @@ let na = class t extends qe {
|
|
|
66352
66352
|
windowRef: n,
|
|
66353
66353
|
rememberMe: this._stateC2P.rememberMe
|
|
66354
66354
|
};
|
|
66355
|
-
|
|
66355
|
+
fe.info("makeCheckoutParams", {
|
|
66356
66356
|
context: Te.CLICK_TO_PAY,
|
|
66357
66357
|
tag: "MAKE_CHECKOUT_PARAMS",
|
|
66358
66358
|
origin_sdk: af,
|
|
@@ -66381,7 +66381,7 @@ let na = class t extends qe {
|
|
|
66381
66381
|
return ce(this, null, function* () {
|
|
66382
66382
|
var r, n;
|
|
66383
66383
|
const e = (r = this._stateC2P) == null ? void 0 : r.arrayPlans;
|
|
66384
|
-
if (this._stateC2P.selectedInstallment || e && (this._stateC2P.selectedInstallment = e[0]),
|
|
66384
|
+
if (this._stateC2P.selectedInstallment || e && (this._stateC2P.selectedInstallment = e[0]), fe.info("prepareCheckout", {
|
|
66385
66385
|
context: Te.CLICK_TO_PAY,
|
|
66386
66386
|
tag: "PREPARE_CHECKOUT_PLANS",
|
|
66387
66387
|
origin_sdk: af,
|
|
@@ -66413,7 +66413,7 @@ let na = class t extends qe {
|
|
|
66413
66413
|
var r, n;
|
|
66414
66414
|
this._showDrawerComponent = !1;
|
|
66415
66415
|
const e = (r = this._stateC2P) == null ? void 0 : r.arrayPlans;
|
|
66416
|
-
this._stateC2P.selectedInstallment || e && (this._stateC2P.selectedInstallment = e[0]),
|
|
66416
|
+
this._stateC2P.selectedInstallment || e && (this._stateC2P.selectedInstallment = e[0]), fe.info("prepareDirectPayment", {
|
|
66417
66417
|
context: Te.CLICK_TO_PAY,
|
|
66418
66418
|
tag: "PREPARE_DIRECT_PAYMENT",
|
|
66419
66419
|
origin_sdk: af,
|
|
@@ -66578,7 +66578,7 @@ let Rr = class t extends qe {
|
|
|
66578
66578
|
return ce(this, null, function* () {
|
|
66579
66579
|
var r, n, s;
|
|
66580
66580
|
if (dr(t.prototype, this, "firstUpdated").call(this, e), this.sonicBranding && (yield this._playSonic()), this.callbackUrl = ((r = this._stateC2P.statePaymentRequest) == null ? void 0 : r.payment_type) === el.ECOMMERCE ? this._stateC2P.statePaymentRequest.additional_info.callback_url : "", this.isStatusSuccess) {
|
|
66581
|
-
|
|
66581
|
+
fe.info("firstUpdatedStatus", {
|
|
66582
66582
|
context: Te.CLICK_TO_PAY,
|
|
66583
66583
|
origin_sdk: Z3,
|
|
66584
66584
|
tag: "STATUS_SUCCESS_PROCESSED",
|
|
@@ -66674,7 +66674,7 @@ let Rr = class t extends qe {
|
|
|
66674
66674
|
return ce(this, null, function* () {
|
|
66675
66675
|
var e;
|
|
66676
66676
|
try {
|
|
66677
|
-
Ut.extendHeartbeat(this._stateC2P.statePaymentRequest.id), this._stateC2P.isExtendedWs = !0, this._stateStatus.isStart = !1, this.createEvent("button-pushed", pt.LOADING),
|
|
66677
|
+
Ut.extendHeartbeat(this._stateC2P.statePaymentRequest.id), this._stateC2P.isExtendedWs = !0, this._stateStatus.isStart = !1, this.createEvent("button-pushed", pt.LOADING), fe.info("extendHeartBeat", {
|
|
66678
66678
|
context: Te.CLICK_TO_PAY,
|
|
66679
66679
|
origin_sdk: Z3,
|
|
66680
66680
|
tag: "EXTEND_HEART_BEAT",
|
|
@@ -66845,7 +66845,7 @@ let sa = class extends qe {
|
|
|
66845
66845
|
return this._codSeg.length >= 3;
|
|
66846
66846
|
}
|
|
66847
66847
|
submit() {
|
|
66848
|
-
this._stateStatus.isStart = !0, this.createEvent("paymentSubmitted"), this.createEvent("button-pushed", pt.LOADING),
|
|
66848
|
+
this._stateStatus.isStart = !0, this.createEvent("paymentSubmitted"), this.createEvent("button-pushed", pt.LOADING), fe.info("submit", {
|
|
66849
66849
|
context: Te.CLICK_TO_PAY,
|
|
66850
66850
|
origin_sdk: CY,
|
|
66851
66851
|
tag: "PAYMENT_SUBMITTED",
|
|
@@ -67326,7 +67326,7 @@ let wn = class t extends qe {
|
|
|
67326
67326
|
const s = e.find((i) => i.bins.includes(r));
|
|
67327
67327
|
return (n = s == null ? void 0 : s.type) != null ? n : "DEBIT";
|
|
67328
67328
|
} catch (s) {
|
|
67329
|
-
return
|
|
67329
|
+
return fe.error("ERROR MAPPING CARD TYPE", { cards: e }, s), "DEBIT";
|
|
67330
67330
|
}
|
|
67331
67331
|
}
|
|
67332
67332
|
_validateBin(e) {
|
|
@@ -67335,7 +67335,7 @@ let wn = class t extends qe {
|
|
|
67335
67335
|
try {
|
|
67336
67336
|
yield this._validateBinTask.run();
|
|
67337
67337
|
} catch (r) {
|
|
67338
|
-
|
|
67338
|
+
fe.info("validateBinCatch", {
|
|
67339
67339
|
context: Te.CLICK_TO_PAY,
|
|
67340
67340
|
tag: "VALIDATE_BIN_CATCH",
|
|
67341
67341
|
origin_sdk: jY,
|
|
@@ -67760,7 +67760,7 @@ let ia = class t extends qe {
|
|
|
67760
67760
|
publicKey: this.publicKey,
|
|
67761
67761
|
code: null,
|
|
67762
67762
|
code_challengue: null
|
|
67763
|
-
}, this.requestUpdate(),
|
|
67763
|
+
}, this.requestUpdate(), fe.info("firstUpdated", {
|
|
67764
67764
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
67765
67765
|
tag: "CONTEXT_A2A_INIT",
|
|
67766
67766
|
origin_sdk: LY,
|
|
@@ -67838,7 +67838,7 @@ let oa = class extends qe {
|
|
|
67838
67838
|
const n = (yield Aa(this.state.statePaymentRequest)).plans.cards;
|
|
67839
67839
|
if (n) {
|
|
67840
67840
|
const s = [...new Set(n.map((i) => i.name))];
|
|
67841
|
-
this.state.cardsAccepted = s, this.state.isCardPresent = !0,
|
|
67841
|
+
this.state.cardsAccepted = s, this.state.isCardPresent = !0, fe.info("getInstallments", {
|
|
67842
67842
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
67843
67843
|
origin_sdk: lf,
|
|
67844
67844
|
tag: "GET_INSTALLMENT_PLAN_BY_PAYMENT_REQUEST",
|
|
@@ -67849,7 +67849,7 @@ let oa = class extends qe {
|
|
|
67849
67849
|
});
|
|
67850
67850
|
}
|
|
67851
67851
|
} catch (r) {
|
|
67852
|
-
|
|
67852
|
+
fe.error(
|
|
67853
67853
|
"getInstallments",
|
|
67854
67854
|
{
|
|
67855
67855
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
@@ -67893,7 +67893,7 @@ let oa = class extends qe {
|
|
|
67893
67893
|
var t, e;
|
|
67894
67894
|
try {
|
|
67895
67895
|
const r = yield _i(this.state.statePaymentRequest.id);
|
|
67896
|
-
this.state.statePaymentRequest = r.response, this.statusMessage = r.response.status,
|
|
67896
|
+
this.state.statePaymentRequest = r.response, this.statusMessage = r.response.status, fe.info("getPaymentRequestRedirectStatus", {
|
|
67897
67897
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
67898
67898
|
origin_sdk: lf,
|
|
67899
67899
|
tag: "GET_PAYMENT_REQUEST_REDIRECT_STATUS",
|
|
@@ -67903,7 +67903,7 @@ let oa = class extends qe {
|
|
|
67903
67903
|
}
|
|
67904
67904
|
});
|
|
67905
67905
|
} catch (r) {
|
|
67906
|
-
|
|
67906
|
+
fe.error(
|
|
67907
67907
|
"getPaymentRequestRedirectStatus",
|
|
67908
67908
|
{
|
|
67909
67909
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
@@ -68349,7 +68349,7 @@ let go = class extends qe {
|
|
|
68349
68349
|
const r = [...new Set(e.map((n) => n.name))];
|
|
68350
68350
|
this.state.cardsAccepted = r, this.state.isCardPresent = !0;
|
|
68351
68351
|
}
|
|
68352
|
-
|
|
68352
|
+
fe.info("getInstallmentsData", {
|
|
68353
68353
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
68354
68354
|
origin_sdk: $3,
|
|
68355
68355
|
tag: "GET_INSTALLMENT_PLAN_BY_PAYMENT_REQUEST",
|
|
@@ -68359,7 +68359,7 @@ let go = class extends qe {
|
|
|
68359
68359
|
}
|
|
68360
68360
|
});
|
|
68361
68361
|
} catch (t) {
|
|
68362
|
-
|
|
68362
|
+
fe.error(
|
|
68363
68363
|
"getInstallments",
|
|
68364
68364
|
{
|
|
68365
68365
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
@@ -68694,7 +68694,7 @@ let Dn = class t extends qe {
|
|
|
68694
68694
|
return ce(this, null, function* () {
|
|
68695
68695
|
var r, n, s;
|
|
68696
68696
|
if (dr(t.prototype, this, "firstUpdated").call(this, e), this.sonicBranding && (yield this._playSonic()), this.callbackUrl = ((r = this.state.statePaymentRequest) == null ? void 0 : r.payment_type) === Ks.ECOMMERCE ? this.state.statePaymentRequest.additional_info.callback_url : "", this.isStatusSuccess) {
|
|
68697
|
-
|
|
68697
|
+
fe.info("firstUpdatedStatus", {
|
|
68698
68698
|
context: Te.DEFAULT,
|
|
68699
68699
|
origin_sdk: eB,
|
|
68700
68700
|
tag: "STATUS_SUCCESS_PROCESSED",
|
|
@@ -68733,7 +68733,7 @@ let Dn = class t extends qe {
|
|
|
68733
68733
|
}
|
|
68734
68734
|
retryPayment() {
|
|
68735
68735
|
var e;
|
|
68736
|
-
this.createEvent("button-pushed", ct.LOADING),
|
|
68736
|
+
this.createEvent("button-pushed", ct.LOADING), fe.info("retryPayment", {
|
|
68737
68737
|
context: Te.DEFAULT,
|
|
68738
68738
|
origin_sdk: eB,
|
|
68739
68739
|
tag: "RETRY_PAYMENT",
|
|
@@ -68930,7 +68930,7 @@ let Nc = class extends qe {
|
|
|
68930
68930
|
}
|
|
68931
68931
|
submit() {
|
|
68932
68932
|
var t, e;
|
|
68933
|
-
this.isLoading = !0, this.status.isStart = !0, this.createEvent("button-pushed", ct.LOADING),
|
|
68933
|
+
this.isLoading = !0, this.status.isStart = !0, this.createEvent("button-pushed", ct.LOADING), fe.info("submit", {
|
|
68934
68934
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
68935
68935
|
origin_sdk: rJ,
|
|
68936
68936
|
tag: "A2A_SUBMITTED",
|
|
@@ -69058,7 +69058,7 @@ let fo = class t extends qe {
|
|
|
69058
69058
|
});
|
|
69059
69059
|
this.state.walletPromotions = cl(n, "wallet"), this.state.manualInputPromotions = cl(n, "manual_input");
|
|
69060
69060
|
} catch (n) {
|
|
69061
|
-
nt("PROMOTIONS_ERROR", "Promotions failed."), console.log(n),
|
|
69061
|
+
nt("PROMOTIONS_ERROR", "Promotions failed."), console.log(n), fe.error(
|
|
69062
69062
|
"getPromotionsError",
|
|
69063
69063
|
{
|
|
69064
69064
|
context: Te.CARD_ON_FILE,
|
|
@@ -69095,7 +69095,7 @@ let fo = class t extends qe {
|
|
|
69095
69095
|
this.state.statePaymentRequest.id,
|
|
69096
69096
|
this.state.userAccountsData.selected.token_id
|
|
69097
69097
|
);
|
|
69098
|
-
console.log(a),
|
|
69098
|
+
console.log(a), fe.info("directPayment", {
|
|
69099
69099
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
69100
69100
|
origin_sdk: dv,
|
|
69101
69101
|
tag: "A2A_DIRECT_PAYMENT",
|
|
@@ -69105,7 +69105,7 @@ let fo = class t extends qe {
|
|
|
69105
69105
|
}
|
|
69106
69106
|
});
|
|
69107
69107
|
} catch (a) {
|
|
69108
|
-
console.log(a),
|
|
69108
|
+
console.log(a), fe.error(
|
|
69109
69109
|
"A2APaymentError",
|
|
69110
69110
|
{
|
|
69111
69111
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
@@ -69498,7 +69498,7 @@ let yl = class extends qe {
|
|
|
69498
69498
|
this.accountSelected = this.state.userAccountsData.list[0];
|
|
69499
69499
|
return;
|
|
69500
69500
|
}
|
|
69501
|
-
(e = this.state.userAccountsData) != null && e.list && this.state.userAccountsData.list.length > 0 && (this.accountSelected = this.state.userAccountsData.list[0], this.state.userAccountsData.selected = this.accountSelected,
|
|
69501
|
+
(e = this.state.userAccountsData) != null && e.list && this.state.userAccountsData.list.length > 0 && (this.accountSelected = this.state.userAccountsData.list[0], this.state.userAccountsData.selected = this.accountSelected, fe.info("firstUpdated", {
|
|
69502
69502
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
69503
69503
|
tag: "CARD_LIST",
|
|
69504
69504
|
is_embedded: this.payfacContext.isEmbedded,
|
|
@@ -69796,7 +69796,7 @@ let Ld = class extends qe {
|
|
|
69796
69796
|
}
|
|
69797
69797
|
associationAccount() {
|
|
69798
69798
|
var a, d, l;
|
|
69799
|
-
|
|
69799
|
+
fe.info("associationAccount", {
|
|
69800
69800
|
context: Te.ACCOUNT_TO_ACCOUNT,
|
|
69801
69801
|
origin_sdk: yJ,
|
|
69802
69802
|
tag: "MODO_CONNECTION_ASSOCIATION_ACCOUNT",
|
|
@@ -70016,7 +70016,7 @@ let aa = class t extends qe {
|
|
|
70016
70016
|
}
|
|
70017
70017
|
firstUpdated(e) {
|
|
70018
70018
|
return ce(this, null, function* () {
|
|
70019
|
-
dr(t.prototype, this, "firstUpdated").call(this, e), this.state.code = this.code, this.state.paymentRequestId = this.paymentRequestId, this.state.bcraId = this.bcraId,
|
|
70019
|
+
dr(t.prototype, this, "firstUpdated").call(this, e), this.state.code = this.code, this.state.paymentRequestId = this.paymentRequestId, this.state.bcraId = this.bcraId, fe.info("firstUpdated", {
|
|
70020
70020
|
context: Te.ACCOUNT_TO_ACCOUNT_FEEDBACK,
|
|
70021
70021
|
tag: "CONTEXT_A2A_FEEDBACK_INIT",
|
|
70022
70022
|
origin_sdk: BJ,
|
|
@@ -70067,7 +70067,7 @@ var EJ = Object.defineProperty, kJ = Object.getOwnPropertyDescriptor, Iw = (t, e
|
|
|
70067
70067
|
const tB = "a2a-account-details";
|
|
70068
70068
|
let Jp = class extends qe {
|
|
70069
70069
|
firstUpdated() {
|
|
70070
|
-
|
|
70070
|
+
fe.info("firstUpdated", {
|
|
70071
70071
|
context: Te.ACCOUNT_TO_ACCOUNT_FEEDBACK,
|
|
70072
70072
|
tag: "FIRST_UPDATED",
|
|
70073
70073
|
origin_sdk: tB,
|
|
@@ -70085,7 +70085,7 @@ let Jp = class extends qe {
|
|
|
70085
70085
|
);
|
|
70086
70086
|
}
|
|
70087
70087
|
back() {
|
|
70088
|
-
window.close(),
|
|
70088
|
+
window.close(), fe.info("closeWindow", {
|
|
70089
70089
|
context: Te.ACCOUNT_TO_ACCOUNT_FEEDBACK,
|
|
70090
70090
|
tag: "CLOSE_WINDOW",
|
|
70091
70091
|
origin_sdk: tB,
|
|
@@ -70152,7 +70152,7 @@ let vl = class t extends qe {
|
|
|
70152
70152
|
}
|
|
70153
70153
|
firstUpdated(e) {
|
|
70154
70154
|
return ce(this, null, function* () {
|
|
70155
|
-
dr(t.prototype, this, "firstUpdated").call(this, e),
|
|
70155
|
+
dr(t.prototype, this, "firstUpdated").call(this, e), fe.info("firstUpdated", {
|
|
70156
70156
|
context: Te.ACCOUNT_TO_ACCOUNT_FEEDBACK,
|
|
70157
70157
|
tag: "FIRST_UPDATED",
|
|
70158
70158
|
origin_sdk: Av,
|
|
@@ -70168,7 +70168,7 @@ let vl = class t extends qe {
|
|
|
70168
70168
|
return ce(this, null, function* () {
|
|
70169
70169
|
try {
|
|
70170
70170
|
const e = yield UI(this.state.code, this.state.paymentRequestId, this.state.bcraId);
|
|
70171
|
-
this.state.account.selected = e,
|
|
70171
|
+
this.state.account.selected = e, fe.info("accountEnrollment", {
|
|
70172
70172
|
context: Te.ACCOUNT_TO_ACCOUNT_FEEDBACK,
|
|
70173
70173
|
tag: "ACCOUNT_ENROLLMENT",
|
|
70174
70174
|
origin_sdk: Av,
|
|
@@ -70180,7 +70180,7 @@ let vl = class t extends qe {
|
|
|
70180
70180
|
}
|
|
70181
70181
|
}), this.createEvent("button-pushed", wd.ACCOUNT_DETAILS), this.requestUpdate();
|
|
70182
70182
|
} catch (e) {
|
|
70183
|
-
|
|
70183
|
+
fe.info("account enrollment fail", {
|
|
70184
70184
|
context: Te.ACCOUNT_TO_ACCOUNT_FEEDBACK,
|
|
70185
70185
|
tag: "ACCOUNT_ENROLLMENT_FAIL",
|
|
70186
70186
|
origin_sdk: Av,
|
|
@@ -70255,7 +70255,7 @@ let bl = class t extends qe {
|
|
|
70255
70255
|
}
|
|
70256
70256
|
firstUpdated(e) {
|
|
70257
70257
|
return ce(this, null, function* () {
|
|
70258
|
-
dr(t.prototype, this, "firstUpdated").call(this, e),
|
|
70258
|
+
dr(t.prototype, this, "firstUpdated").call(this, e), fe.info("firstUpdated", {
|
|
70259
70259
|
context: Te.ACCOUNT_TO_ACCOUNT_FEEDBACK,
|
|
70260
70260
|
tag: "FIRST_UPDATE",
|
|
70261
70261
|
origin_sdk: rB,
|
|
@@ -70268,7 +70268,7 @@ let bl = class t extends qe {
|
|
|
70268
70268
|
});
|
|
70269
70269
|
}
|
|
70270
70270
|
handleClick() {
|
|
70271
|
-
window.close(),
|
|
70271
|
+
window.close(), fe.info("closeWindow", {
|
|
70272
70272
|
context: Te.ACCOUNT_TO_ACCOUNT_FEEDBACK,
|
|
70273
70273
|
tag: "CLOSE_WINDOW",
|
|
70274
70274
|
origin_sdk: rB,
|
|
@@ -70336,7 +70336,7 @@ const DJ = "a2a-feedback-home";
|
|
|
70336
70336
|
let Fm = class extends qe {
|
|
70337
70337
|
connectedCallback() {
|
|
70338
70338
|
var t;
|
|
70339
|
-
super.connectedCallback(),
|
|
70339
|
+
super.connectedCallback(), fe.info("firstUpdated", {
|
|
70340
70340
|
context: Te.ACCOUNT_TO_ACCOUNT_FEEDBACK,
|
|
70341
70341
|
tag: "CONTEXT_A2A_FEEDBACK_INIT",
|
|
70342
70342
|
origin_sdk: DJ,
|