@vpdev2/metakyc-sdk 1.0.72 → 1.0.73
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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5701,7 +5701,7 @@ const qe = {
|
|
|
5701
5701
|
if (m.customType === "checkbox" || m.customType === "link_checkbox")
|
|
5702
5702
|
_ = C === "true" ? "yes" : "no";
|
|
5703
5703
|
else if (_ = C, !_ && !m.required) continue;
|
|
5704
|
-
g.push({ paramName: m.paramName,
|
|
5704
|
+
g.push({ paramName: m.paramName, value: _ });
|
|
5705
5705
|
}
|
|
5706
5706
|
}
|
|
5707
5707
|
g.length > 0 && (i.applicantAdditionalDatas = g);
|