Update PhyreServer.php
This commit is contained in:
parent
62d3fdb76c
commit
3c4733b730
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ class PhyreServer extends Model
|
|||
$customer->state = $externalCustomer['state'];
|
||||
$customer->zip = $externalCustomer['zip'];
|
||||
$customer->country = $externalCustomer['country'];
|
||||
$customer->company = $externalCustomer['company'];
|
||||
$customer->saveQuietly();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue