File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -293,6 +293,18 @@ def __init__(self,
293293 self .alipay_publishable_key = alipay_publishable_key
294294 self .alipay_secret_key = alipay_secret_key
295295
296+ # Admin Invoice Details
297+ self .admin_contact_name = admin_contact_name
298+ self .admin_phone = admin_phone
299+ self .admin_country = admin_country
300+ self .admin_tax_info = admin_tax_info
301+ self .admin_company = admin_company
302+ self .admin_company_address = admin_company_address
303+ self .admin_company_city = admin_company_city
304+ self .admin_company_zip = admin_company_zip
305+ self .admin_additional_info = admin_additional_info
306+ self .admin_company_comments = admin_company_comments
307+
296308 @hybrid_property
297309 def is_paypal_activated (self ):
298310 if self .paypal_mode == 'sandbox' and self .paypal_sandbox_client and self .paypal_sandbox_secret :
You can’t perform that action at this time.
0 commit comments