diff --git a/billing/management/commands/seed_topups.py b/billing/management/commands/seed_topups.py index 04261eb..ca28337 100644 --- a/billing/management/commands/seed_topups.py +++ b/billing/management/commands/seed_topups.py @@ -51,6 +51,7 @@ class Command(BaseCommand): min_value=100.00, max_value=5000.00, ), + status=random.choice(["PENDING", "PAID", "CANCELLED"]), user=random_user, updated_at=timezone.now(), expires_at=expires_at_date,