More logging
This commit is contained in:
		
					parent
					
						
							
								32d9f06c18
							
						
					
				
			
			
				commit
				
					
						064ea5be2f
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -200,6 +200,7 @@ def validate_vat_number(stripe_customer_id, billing_address_id,
 | 
				
			||||||
                    "ch_vat" if billing_address.country.lower() == "ch" else "eu_vat",
 | 
					                    "ch_vat" if billing_address.country.lower() == "ch" else "eu_vat",
 | 
				
			||||||
                    is_user_ba=is_user_ba
 | 
					                    is_user_ba=is_user_ba
 | 
				
			||||||
                )
 | 
					                )
 | 
				
			||||||
 | 
					                logger.debug("tax_id_obj = %s" % str(tax_id_obj))
 | 
				
			||||||
                logger.debug("Created tax_id %s" % tax_id_obj['response_object'].id)
 | 
					                logger.debug("Created tax_id %s" % tax_id_obj['response_object'].id)
 | 
				
			||||||
    else:
 | 
					    else:
 | 
				
			||||||
        logger.debug("invalid billing address")
 | 
					        logger.debug("invalid billing address")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue