zulip/stubs/stripe
Rishi Gupta 03d77bc6af billing: Replace instance.save() Stripe API calls with class.save(instance).
This will make it easier to mock the calls in our new stripe mocking
framework. I believe the two forms are equivalent, assuming the Stripe
Python bindings aren't doing anything crazy. And if not, well hopefully our
new testing framework will catch it :).

[Idea originally from Vishnu KS.]
2018-10-18 11:16:00 -07:00
..
api_resources billing: Mention the exact type of stripe.Customers subscriptions attribute. 2018-08-04 19:17:34 -04:00
error billing: Update stripe error handling code. 2018-08-13 17:12:50 -07:00
util billing: Mention the exact return type for mock functions. 2018-08-04 19:17:34 -04:00
__init__.pyi billing: Replace instance.save() Stripe API calls with class.save(instance). 2018-10-18 11:16:00 -07:00