credis pacakges ifxes
This commit is contained in:
@@ -200,7 +200,7 @@ class InvoiceService:
|
||||
'billing_snapshot': {
|
||||
'email': billing_email,
|
||||
'name': account.name,
|
||||
'billing_address': account.billing_address or '',
|
||||
'billing_address': getattr(account, 'billing_address', '') or '',
|
||||
},
|
||||
'credit_package_id': credit_package.id,
|
||||
'credit_package_name': credit_package.name,
|
||||
|
||||
Reference in New Issue
Block a user