API 1.0.54 customer.lang update
This commit is contained in:
@@ -126,6 +126,9 @@ class CustomerController ( private val customerRepository: CustomerRepository) {
|
||||
if (newCustomer.firebaseRegToken != null) {
|
||||
updatedCustomer.firebaseRegToken = newCustomer.firebaseRegToken
|
||||
}
|
||||
if (newCustomer.lang != null) {
|
||||
updatedCustomer.lang = newCustomer.lang
|
||||
}
|
||||
updatedCustomer.sex = newCustomer.sex
|
||||
updatedCustomer.birthYear = newCustomer.birthYear
|
||||
updatedCustomer.fitnessLevel = newCustomer.fitnessLevel
|
||||
|
||||
Reference in New Issue
Block a user