diff --git a/subscriptions.md b/subscriptions.md index cabc0a8..501cae6 100644 --- a/subscriptions.md +++ b/subscriptions.md @@ -354,7 +354,7 @@ an officially supported workflow. When changes are made that impact a user's pricing, you will need to notify Stripe of the change. This should happen automatically every 24 hours as long as you have enabled celery and celerybeat. -You can also trigger it manually via a management command `./manage.py djstripe_sync_models subscription`. +You can also trigger it manually via a management command `./manage.py sync_subscriptions`. To ensure this command works properly, you must implement two pieces of business logic: