@finos_sdk/sdk-ekyc 0.0.15 → 0.0.17
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/EKYCModule.js +2 -1
- package/package.json +1 -1
package/dist/EKYCModule.js
CHANGED
|
@@ -37,7 +37,8 @@ class SDKeKYC {
|
|
|
37
37
|
}
|
|
38
38
|
// Check C06 residence verification
|
|
39
39
|
async checkC06(config) {
|
|
40
|
-
return EKYCNativeModule.checkC06(config.appKey, config.sod, config.idCardNumber, config.recentLocation,
|
|
40
|
+
return EKYCNativeModule.checkC06(config.appKey, config.sod, config.idCardNumber, config.recentLocation, undefined // transactionId is optional
|
|
41
|
+
);
|
|
41
42
|
}
|
|
42
43
|
async startLiveness(config) {
|
|
43
44
|
var _a;
|