fix: authorization header and threshold logic
This commit is contained in:
parent
904c383431
commit
57aaa7fb11
3 changed files with 13 additions and 10 deletions
|
|
@ -21,6 +21,8 @@ const MANUAL = 'manual'
|
|||
const CASH_OUT_DISPENSE_READY = 'cash_out_dispense_ready'
|
||||
const CONFIRMATION_CODE = 'sms_code'
|
||||
|
||||
const WALLET_SCORE_THRESHOLD = 9
|
||||
|
||||
module.exports = {
|
||||
anonymousCustomer,
|
||||
CASSETTE_MAX_CAPACITY,
|
||||
|
|
@ -34,5 +36,6 @@ module.exports = {
|
|||
CASH_OUT_DISPENSE_READY,
|
||||
CONFIRMATION_CODE,
|
||||
CASH_OUT_MINIMUM_AMOUNT_OF_CASSETTES,
|
||||
CASH_OUT_MAXIMUM_AMOUNT_OF_CASSETTES
|
||||
CASH_OUT_MAXIMUM_AMOUNT_OF_CASSETTES,
|
||||
WALLET_SCORE_THRESHOLD
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue