Add missing param
This commit is contained in:
		
					parent
					
						
							
								9aff248d31
							
						
					
				
			
			
				commit
				
					
						d8c03a4364
					
				
			
		
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -183,7 +183,9 @@ def validate_vat_number(stripe_customer_id, billing_address_id,
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
                tax_id_obj = create_tax_id(
 | 
					                tax_id_obj = create_tax_id(
 | 
				
			||||||
                    stripe_customer_id, billing_address_id,
 | 
					                    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
 | 
				
			||||||
 | 
					                )
 | 
				
			||||||
    else:
 | 
					    else:
 | 
				
			||||||
        return {
 | 
					        return {
 | 
				
			||||||
            "status": "invalid billing address",
 | 
					            "status": "invalid billing address",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue