feat: return url

This commit is contained in:
Nevo David 2024-08-11 12:37:31 +07:00
parent eae76e5deb
commit 789dce6d97
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ export class StripeService {
) {
const { url } = await stripe.checkout.sessions.create({
customer,
return_url: process.env['FRONTEND_URL'] + `/billing`,
success_url:
process.env['FRONTEND_URL'] +
`/launches?onboarding=true&check=${uniqueId}`,