Patrick Altman

Results 89 comments of Patrick Altman

I think this would be great. Would you be willing to submit a PR?

@frewsxcv one challenge of this is if you have multiple Stripe accounts, your active session might be on another account so this will 404 (i have experienced this as I...

@k2xl I'll need to look into the spinner for "delete subscription". To be clear you are talking about from within an instance of the Pinax Stripe Starter project right? If...

I think instead of deleting old plans, we should mark inactive as there remains a question what do you do with related data. It seems like there would be plenty...

@davelowe the failing tests I think are from the need to now mock the `stripe.Invoice.retrieve` call. There should be examples of these in the test suites. Can you fix that...

@davelowe just pinging you again in case the first message was lost. do you think you could fix up that test soon?

@davelowe any luck getting that test fix up in?

As I follow the code path, it appears that what is happening is that you don't have the customer object in your database. I think `pinax-stripe` should in fact do...

We've always had skinny views. We previously had fat models. But it was becoming hard to tie every bit of the API I wanted to provide to a particular model....