2024.3.1-nightly.2024.7.24
MrFlashAccount
tagged this
23 Jul 19:10
#### Tl;dr Closes: enso-org/cloud-v2#1158 This PR adds a redirect to the stripe page where the user can manage his subscription <details><summary>Demo Presentation</summary> <p> https://github.com/enso-org/enso/assets/61194245/360fdc7e-46ff-49fa-9936-e5c61fe6f917 </p> </details> --- #### Context: Our first iteration was to add our billing page but after a few iterations, we decided to postpone it in favor of more important features. #### This Change: 1. creates a link for a private user session 2. redirect the user to that page (open in a new tab) when the user clicks on the billing tab #### Test Plan: Go over how you plan to test it. Your test plan should be more thorough the riskier the change is. For major changes, I like to describe how I E2E tested it and will monitor the rollout. ---