mackinnon3540

Results 2 comments of mackinnon3540

I'm having a difficult time handling the errors. For example, when the token has expired, I do get an error, but my code is not catching it properly: > >...

I had this issue, too. Users could not sign up. My settings.py had a default plan as follows: PINAX_STRIPE_DEFAULT_PLAN='plan1' where 'plan1' was the id of my stripe subscription plan. In...