API 1.0.47 Customer.trialDate
This commit is contained in:
@@ -117,8 +117,11 @@ class CustomerController ( private val customerRepository: CustomerRepository) {
|
||||
if (newCustomer.emailSubscription != null) {
|
||||
updatedCustomer.emailSubscription = newCustomer.emailSubscription
|
||||
}
|
||||
if (newCustomer.trial != null) {
|
||||
updatedCustomer.trial = newCustomer.trial
|
||||
if (newCustomer.syncedDate != null) {
|
||||
updatedCustomer.syncedDate = newCustomer.syncedDate
|
||||
}
|
||||
if (newCustomer.trialDate != null) {
|
||||
updatedCustomer.trialDate = newCustomer.trialDate
|
||||
}
|
||||
updatedCustomer.sex = newCustomer.sex
|
||||
updatedCustomer.birthYear = newCustomer.birthYear
|
||||
|
||||
Reference in New Issue
Block a user