billing realted PK bank transfer settigns

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-20 03:35:35 +00:00
parent 4996e2e1aa
commit 0957ece3a4
4 changed files with 302 additions and 72 deletions

View File

@@ -599,7 +599,7 @@ class CreditPackage(models.Model):
# Display
description = models.TextField(blank=True)
features = models.JSONField(default=list, help_text="Bonus features or highlights")
features = models.JSONField(default=list, blank=True, help_text="Bonus features or highlights")
# Sort order
sort_order = models.IntegerField(default=0, help_text="Display order (lower = first)")