gbc-kyc-kit 1.6.35 → 1.6.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gbc-kyc-kit.es.js +2 -5
- package/dist/gbc-kyc-kit.umd.js +16 -16
- package/package.json +1 -1
package/dist/gbc-kyc-kit.es.js
CHANGED
|
@@ -23899,11 +23899,8 @@ const DocumentReaderController = (dataDocument, clientId, authorize, inProductio
|
|
|
23899
23899
|
};
|
|
23900
23900
|
try {
|
|
23901
23901
|
const res2 = await request2(parseReq);
|
|
23902
|
-
const fullData =
|
|
23903
|
-
|
|
23904
|
-
documents_image: base64
|
|
23905
|
-
};
|
|
23906
|
-
res2.data && await dataDocument(fullData);
|
|
23902
|
+
const fullData = res2.data.data;
|
|
23903
|
+
fullData && await dataDocument(fullData);
|
|
23907
23904
|
const {
|
|
23908
23905
|
message: message2
|
|
23909
23906
|
} = res2.data;
|