studybuffalo / django-flexible-subscriptions

A subscription and recurrent billing application for Django.
GNU General Public License v3.0
249 stars 57 forks source link

Rework SubscribeView to make better use of class methods #172

Open studybuffalo opened 4 years ago

studybuffalo commented 4 years ago

Multiple methods exist that are better classified as classmethods. Need to review this doesn't cause any downstream issue and make relevant updates.