feat: return url

This commit is contained in:
Nevo David 2024-08-17 11:26:56 +07:00
parent d8173b718e
commit c1e84a3b62
1 changed files with 0 additions and 1 deletions

View File

@ -272,7 +272,6 @@ 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}`,