fix: set new risk score errors as passable error codes
This commit is contained in:
parent
4d520f2c24
commit
03ae3b74e7
3 changed files with 3 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ const sms = require('./sms')
|
|||
const settingsLoader = require('./new-settings-loader')
|
||||
const logger = require('./logger')
|
||||
|
||||
const TX_PASSTHROUGH_ERROR_CODES = ['operatorCancel']
|
||||
const TX_PASSTHROUGH_ERROR_CODES = ['operatorCancel', 'scoreThresholdReached', 'ciphertraceError']
|
||||
|
||||
/**
|
||||
* Add new customer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue