John Carter

Results 44 comments of John Carter

I've not tried it but it should work fine yeah, since I don't think there's any difference between setting a customer's default payment method immediately after attaching it and doing...

I think it could be tidied up a bit (allow card to be an id or a stripe Card object, like our other methods, and use sync_from_stripe_data), but yeah. Also...

I've used FactoryBoy a bit, I can see it'd be useful to generate data, but obviously we'd still have to track all of the Stripe API changes manually. I've not...

I've been thinking about this, I think one step towards this would be to use the existing test fixtures, send that data to Stripe (in a throw-away account) to create...

I've opened #879 to track my idea above since it's a bit of a tangent from the original issue.

That would nice but tricky since that would mean testing the stripe package (and maybe stripe API?) as well. I don't think stripe-mock is capable of supporting this, since it's...

Similarly passing extra kwargs to `Customer.subscribe` through to `Subscription._api_create` would be useful

A broader problem with this is that `get_or_create` by id only really makes sense if you can choose the id? Most stripe objects don't allow this - off the top...