@ekyc_qoobiss/qbs-ect-cmp 2.0.10 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/agreement-check_17.cjs.entry.js +1 -1
- package/dist/collection/components/flow/mobile-redirect/mobile-redirect.js +1 -1
- package/dist/esm/agreement-check_17.entry.js +1 -1
- package/dist/qbs-ect-cmp/{p-0fd8f4de.entry.js → p-8da34a95.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/dist/types/helpers/textValues.d.ts +1 -0
- package/package.json +1 -1
|
@@ -9242,7 +9242,7 @@ const MobileRedirect = class {
|
|
|
9242
9242
|
this.infoTextBottom = MobileRedirectValues.InfoBottom;
|
|
9243
9243
|
let envUri = state.environment == 'QA' ? 'test' : 'ect';
|
|
9244
9244
|
let baseUri = state.hasIdBack ? 'https://onmd.id-kyc.com/' : 'https://onro.id-kyc.com/';
|
|
9245
|
-
this.redirectLink = baseUri + envUri + '/
|
|
9245
|
+
this.redirectLink = baseUri + envUri + '/mobileredirect?redirectId=' + state.redirectId;
|
|
9246
9246
|
if (state.phoneNumber && state.phoneNumber != '') {
|
|
9247
9247
|
this.contact = state.phoneNumber;
|
|
9248
9248
|
this.prefilledPhone = true;
|
|
@@ -27,7 +27,7 @@ export class MobileRedirect {
|
|
|
27
27
|
this.infoTextBottom = MobileRedirectValues.InfoBottom;
|
|
28
28
|
let envUri = store.environment == 'QA' ? 'test' : 'ect';
|
|
29
29
|
let baseUri = store.hasIdBack ? 'https://onmd.id-kyc.com/' : 'https://onro.id-kyc.com/';
|
|
30
|
-
this.redirectLink = baseUri + envUri + '/
|
|
30
|
+
this.redirectLink = baseUri + envUri + '/mobileredirect?redirectId=' + store.redirectId;
|
|
31
31
|
if (store.phoneNumber && store.phoneNumber != '') {
|
|
32
32
|
this.contact = store.phoneNumber;
|
|
33
33
|
this.prefilledPhone = true;
|
|
@@ -9238,7 +9238,7 @@ const MobileRedirect = class {
|
|
|
9238
9238
|
this.infoTextBottom = MobileRedirectValues.InfoBottom;
|
|
9239
9239
|
let envUri = state.environment == 'QA' ? 'test' : 'ect';
|
|
9240
9240
|
let baseUri = state.hasIdBack ? 'https://onmd.id-kyc.com/' : 'https://onro.id-kyc.com/';
|
|
9241
|
-
this.redirectLink = baseUri + envUri + '/
|
|
9241
|
+
this.redirectLink = baseUri + envUri + '/mobileredirect?redirectId=' + state.redirectId;
|
|
9242
9242
|
if (state.phoneNumber && state.phoneNumber != '') {
|
|
9243
9243
|
this.contact = state.phoneNumber;
|
|
9244
9244
|
this.prefilledPhone = true;
|