aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments/apps.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Test passing: signal sent on sign-up to create subscriptionMatthew Lemon2024-09-091-0/+3
| | | | | - user signs up - signal sent which creates Subscription based on SubscriptionPlan allowing 10 downloads initially. Plan lasts 365 days at present
* wip: implementing checkoutMatthew Lemon2024-09-081-0/+6
- also some formatting changes