Browse Source

Update PhyreServer.php

Bozhidar Slaveykov 1 year ago
parent
commit
3c4733b730
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/app/Models/PhyreServer.php

+ 1 - 0
web/app/Models/PhyreServer.php

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