Fix headers
This commit is contained in:
parent
3c48811548
commit
36b091700e
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ class Command(BaseCommand):
|
|||
# CSV column headers
|
||||
csv_headers = [
|
||||
"customer_name",
|
||||
"customer_email",
|
||||
"stripe_customer_id",
|
||||
"subscription_id",
|
||||
"subscription_name",
|
||||
"amount",
|
||||
|
|
Loading…
Reference in a new issue