feat(commands): add random status assignment for seeded topups

This commit is contained in:
2025-07-05 17:37:17 +05:00
parent 081366f87f
commit 2da9dcf141

View File

@ -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,