From b29c1f21e50d696d23b4898e9bd4ca61768e87b9 Mon Sep 17 00:00:00 2001 From: goga-m Date: Thu, 5 Oct 2017 14:35:29 +0300 Subject: [PATCH] Provide all compliance types info (thresholds & status) --- lib/routes.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/routes.js b/lib/routes.js index 70d98c11..8b4721f6 100644 --- a/lib/routes.js +++ b/lib/routes.js @@ -64,6 +64,16 @@ function poll (req, res, next) { smsVerificationThreshold: config.smsVerificationThreshold, hardLimitVerificationActive: config.hardLimitVerificationActive, hardLimitVerificationThreshold: config.hardLimitVerificationThreshold, + idCardDataVerificationActive: config.idCardDataVerificationActive, + idCardDataVerificationThreshold: config.idCardDataVerificationThreshold, + idCardPhotoVerificationActive: config.idCardPhotoVerificationActive, + idCardPhotoVerificationThreshold: config.idCardPhotoVerificationThreshold, + sanctionsVerificationActive: config.sanctionsVerificationActive, + sanctionsVerificationThreshold: config.sanctionsVerificationThreshold, + crossRefVerificationActive: config.crossRefVerificationActive, + crossRefVerificationThreshold: config.crossRefVerificationThreshold, + frontCameraVerificationActive: config.frontCameraVerificationActive, + frontCameraVerificationThreshold: config.frontCameraVerificationThreshold, cassettes, twoWayMode: config.cashOutEnabled, zeroConfLimit: config.zeroConfLimit,