diff --git a/app/Http/Livewire/BillingPortalPurchase.php b/app/Http/Livewire/BillingPortalPurchase.php index 1b358125981f..9586ae7a9ee2 100644 --- a/app/Http/Livewire/BillingPortalPurchase.php +++ b/app/Http/Livewire/BillingPortalPurchase.php @@ -268,7 +268,7 @@ class BillingPortalPurchase extends Component $client = $client_repo->save($data, ClientFactory::create($company->id, $user->id)); - return $client->contacts->first(); + return $client->fresh()->contacts->first(); } /**