diff --git a/utils/models.py b/utils/models.py index c08f4008..c969a60c 100644 --- a/utils/models.py +++ b/utils/models.py @@ -32,6 +32,7 @@ class UserBillingAddress(BaseBillingAddress): def to_dict(self): return { + 'Cardholder Name': self.cardholder_name, 'Street Address': self.street_address, 'City': self.city, 'Postal Code': self.postal_code,