Added card holders name in UserBillingAddress to_dict function
This commit is contained in:
parent
97acd76b51
commit
e33df8f1e9
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class UserBillingAddress(BaseBillingAddress):
|
||||||
|
|
||||||
def to_dict(self):
|
def to_dict(self):
|
||||||
return {
|
return {
|
||||||
|
'Cardholder Name': self.cardholder_name,
|
||||||
'Street Address': self.street_address,
|
'Street Address': self.street_address,
|
||||||
'City': self.city,
|
'City': self.city,
|
||||||
'Postal Code': self.postal_code,
|
'Postal Code': self.postal_code,
|
||||||
|
|
Loading…
Reference in a new issue