diff --git a/app/Http/Controllers/SubscriptionController.php b/app/Http/Controllers/SubscriptionController.php index 8cc0213..5bfc684 100644 --- a/app/Http/Controllers/SubscriptionController.php +++ b/app/Http/Controllers/SubscriptionController.php @@ -84,7 +84,7 @@ class SubscriptionController extends Controller ]); } return $this->success([ - 'portal_url' => Auth::user()->billingPortalUrl(url('/home')) + 'portal_url' => Auth::user()->billingPortalUrl(front_url('/home')) ]); }