From 2da9dcf14130aedd07520cccd2586bcfd47ec99d Mon Sep 17 00:00:00 2001 From: i701 Date: Sat, 5 Jul 2025 17:37:17 +0500 Subject: [PATCH] =?UTF-8?q?feat(commands):=20add=20random=20status=20assig?= =?UTF-8?q?nment=20for=20seeded=20topups=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- billing/management/commands/seed_topups.py | 1 + 1 file changed, 1 insertion(+) 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,