|
@@ -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();
|
|
|
|
|
|
}
|