From 34bf25f30d1269fc5aab4691b480054a49a9b70f Mon Sep 17 00:00:00 2001 From: Cory Zue Date: Sat, 18 May 2024 14:41:56 +0200 Subject: [PATCH] revert --- subscriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: