Add smsVerificationThreshold value in poll handler
This commit is contained in:
parent
2d11d3eff8
commit
1fcd0ec2e8
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue