Resolve "API register bug, title required" #846
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