aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/payments/migrations (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wip: adding shopping card functionalityMatthew Lemon2024-09-141-0/+23
|
* Test passing: signal sent on sign-up to create subscriptionMatthew Lemon2024-09-092-0/+41
| | | | | - 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-085-0/+210
- also some formatting changes