Fix wrong indentation
This commit is contained in:
		
					parent
					
						
							
								f566aa8a2e
							
						
					
				
			
			
				commit
				
					
						b919b6cfbd
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -952,7 +952,7 @@ class OrderConfirmationView(DetailView, FormView): | |||
|                 street_address=billing_address_data['street_address'], | ||||
|                 city=billing_address_data['city'], | ||||
|                 postal_code=billing_address_data['postal_code'], | ||||
|                 country=billing_address_data['country'] | ||||
|                 country=billing_address_data['country'], | ||||
|                 vat_number=billing_address_data['vat_number'] | ||||
|             ) | ||||
|             billing_address.save() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue