Merge branch '38-api-register-bug-title-required' into 'master'
Resolve "API register bug, title required" Closes #38 See merge request jankstudio/resq!35
This commit is contained in:
commit
bc9bd729f9
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue