Skip to content

Commit

Permalink
Merge pull request #5 from iRajatDas/main
Browse files Browse the repository at this point in the history
  • Loading branch information
d-ivashchuk committed Apr 17, 2024
2 parents 4da3aea + 3299990 commit 2def47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/api/routers/payment-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const paymentManagementRouter = createTRPCRouter({
},
},
productOptions: {
redirectUrl: `${env.NEXT_PUBLIC_DEPLOYMENT_URL}/billing`,
redirectUrl: `${env.NEXT_PUBLIC_DEPLOYMENT_URL}/app/billing`,
},
checkoutOptions: {
embed: input.embed,
Expand Down

0 comments on commit 2def47b

Please sign in to comment.