bwarren2 / datadrivendota

Codebase for dota analytics
Other
0 stars 0 forks source link

Payments library conversion #515

Closed bwarren2 closed 8 years ago

bwarren2 commented 8 years ago

django-stripe-payments was retired in favor of pinax-payments. We need to switch over to the maintained library. (The new library allows one-off charges, among other things, which will be useful for people that want to pay for one month without a recurring subscription).

bwarren2 commented 8 years ago

I went with https://github.com/pydanny/dj-stripe instead, and it actually works really well and looks really good. I am writing some functionality and tests for the UpdateCustomer flow, then the styles need some tweaking this part is done!

wlonk commented 8 years ago

:tea: :sparkles: :tada: