zulip/stubs/stripe
Rishi Gupta e7220fd71f billing: Do subscription management in-house instead of with Stripe Billing.
This is a major rewrite of the billing system. It moves subscription
information off of stripe Subscriptions and into a local CustomerPlan
table.

To keep this manageable, it leaves several things unimplemented
(downgrading, etc), and a variety of other TODOs in the code. There are also
some known regressions, e.g. error-handling on /upgrade is broken.
2018-12-22 13:39:30 -08:00
..
api_requestor billing: Make mock_stripe handle StripeErrors. 2018-10-30 09:55:13 -07:00
api_resources billing: Mention the exact type of stripe.Customers subscriptions attribute. 2018-08-04 19:17:34 -04:00
error stripe: Make stripe.error stubs more similiar to stripe python lib. 2018-10-22 13:51:05 +05:30
util billing: Mention the exact return type for mock functions. 2018-08-04 19:17:34 -04:00
__init__.pyi billing: Do subscription management in-house instead of with Stripe Billing. 2018-12-22 13:39:30 -08:00