mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-10-05 07:25:24 +00:00
feat(commands): add random status assignment for seeded topups ✨
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user