Add smsVerificationThreshold value in poll handler

This commit is contained in:
goga-m 2017-08-21 21:39:58 +03:00
parent 2d11d3eff8
commit 1fcd0ec2e8

View file

@ -59,6 +59,7 @@ function poll (req, res, next) {
txLimit: config.cashInTransactionLimit,
idVerificationEnabled: config.idVerificationEnabled,
smsVerificationActive: config.smsVerificationActive,
smsVerificationThreshold: config.smsVerificationThreshold,
cassettes,
twoWayMode: config.cashOutEnabled,
zeroConfLimit: config.zeroConfLimit,