Fix stripe redirect URL

This commit is contained in:
Julien Nahum 2024-01-17 11:54:08 +01:00
parent 40557523d4
commit e0b6d422b1
1 changed files with 1 additions and 1 deletions

View File

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