update billing to do list

This commit is contained in:
m5r 2021-10-03 18:23:06 +02:00
parent 3830e91af6
commit 4ce6ccc142

View File

@ -21,13 +21,9 @@ type Props = {
const Billing: BlitzPage<Props> = (props) => { const Billing: BlitzPage<Props> = (props) => {
/* /*
TODO: I want to be able to TODO: I want to be able to
- subscribe
- cancel my sub
- upgrade to yearly - upgrade to yearly
- downgrade to monthly - downgrade to monthly
- resubscribe (after pause/cancel for example) (message like "your subscription expired, would you like to renew ?") - resubscribe (after pause/cancel for example) (message like "your subscription expired, would you like to renew ?")
- know when is the next time I will pay and for how much
- have access to my past invoices
*/ */
useRequireOnboarding(); useRequireOnboarding();