Provide customer's daily volume
Provide customer's info on sms phone code
This commit is contained in:
parent
1fcd0ec2e8
commit
81b0fadec1
3 changed files with 56 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ function isMonotonic (oldField, newField, fieldKey) {
|
|||
|
||||
function ensureRatchet (oldField, newField, fieldKey) {
|
||||
const monotonic = ['cryptoAtoms', 'fiat', 'send', 'sendConfirmed', 'operatorCompleted', 'timedout']
|
||||
const free = ['sendPending', 'error', 'errorCode']
|
||||
const free = ['sendPending', 'error', 'errorCode', 'customerId']
|
||||
|
||||
if (_.isNil(oldField)) return true
|
||||
if (_.includes(fieldKey, monotonic)) return isMonotonic(oldField, newField, fieldKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue