fix: platform onboarding improvements (#15053)

* allow stripe to display promo codes option

* fix layout issues for tablet devices

* redirect platform users to new platform onboarding
This commit is contained in:
Rajiv Sahal
2024-05-16 10:51:20 +03:00
committed by GitHub
parent 0ec5153f14
commit 4541f0d714
4 changed files with 54 additions and 29 deletions
@@ -75,6 +75,7 @@ export class BillingService {
plan: plan.toString(),
},
},
allow_promotion_codes: true,
});
if (!url) throw new InternalServerErrorException("Failed to create Stripe session.");