Removing create profile step #138
Unanswered
LouisDeconinck
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been struggling with removing the create profile step. When I do that the user is no longer forwarded to select_plan which creates the stripe_customer record. Without a stripe customer_record it seems that the billing page in settings doesn't work.
However, I don't understand how the first select_plan creates the stripe_customer as it forwards to subscribe/free_plan which itself almost immediately forwards to the account page without much logic before this.
Any help in better understanding this process and getting rid of the create_profile step
Beta Was this translation helpful? Give feedback.
All reactions