Resolve "API register bug, title required" #846

Merged
jankstudio merged 1 commit from 38-api-register-bug-title-required into master 2018-03-07 13:31:29 +00:00
Showing only changes of commit ec0e7c1654 - Show all commits

View file

@ -112,6 +112,7 @@ class Customer
$this->customer_classification = CustomerClassification::REGULAR;
$this->customer_notes = '';
$this->title = '';
$this->flag_confirmed = false;
$this->flag_mobile_app = false;