Fix stripe redirect URL
This commit is contained in:
parent
40557523d4
commit
e0b6d422b1
|
@ -84,7 +84,7 @@ class SubscriptionController extends Controller
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
return $this->success([
|
return $this->success([
|
||||||
'portal_url' => Auth::user()->billingPortalUrl(url('/home'))
|
'portal_url' => Auth::user()->billingPortalUrl(front_url('/home'))
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue