Add log
This commit is contained in:
parent
3ca7e89f4f
commit
9078e46196
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ def validate_vat_number(stripe_customer_id, billing_address_id,
|
|||
}
|
||||
else:
|
||||
logger.debug("Creating a tax id")
|
||||
logger.debug("Billing address = %s" % str(billing_address))
|
||||
tax_id_obj = create_tax_id(
|
||||
stripe_customer_id, billing_address_id,
|
||||
"ch_vat" if billing_address.country.lower() == "ch" else "eu_vat",
|
||||
|
|
Loading…
Reference in a new issue