rossp / django-pinpayments

Django library to simplify payment processing with pin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for subscriptions/plans

rossp opened this issue · comments

Since this library was built, Pin have added Plans and Subscriptions

django-pinpayments should have local models for each of these, and a way to keep local data in sync with the Pin data (perhaps a management command to sync Plans)

(Raised by my review of what's new in Pin and a desire to get this project updated)