Change smsVerificationEnabled to smsVerificationActive

This commit is contained in:
goga-m 2017-08-15 14:43:01 +03:00
parent a0e63f8405
commit 2c051f4344
3 changed files with 3 additions and 3 deletions

View file

@ -3,4 +3,4 @@ const anonymousCustomer = {
name: 'anonymous',
}
module.exports = {anonymous_customer}
module.exports = {anonymousCustomer}