Update PhyreServer.php

This commit is contained in:
Bozhidar Slaveykov 2024-04-06 20:50:58 +03:00
parent 62d3fdb76c
commit 3c4733b730

View file

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