Fix headers

This commit is contained in:
PCoder 2023-12-25 12:28:03 +05:30
parent 3c48811548
commit 36b091700e
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,8 @@ class Command(BaseCommand):
# CSV column headers
csv_headers = [
"customer_name",
"customer_email",
"stripe_customer_id",
"subscription_id",
"subscription_name",
"amount",