Remove billing_address_id as it is no more used
This commit is contained in:
		
					parent
					
						
							
								ac37349aef
							
						
					
				
			
			
				commit
				
					
						483aa493bb
					
				
			
		
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -50,7 +50,6 @@ def retry_task(task, exception=None): | ||||||
| @app.task(bind=True, max_retries=settings.CELERY_MAX_RETRIES) | @app.task(bind=True, max_retries=settings.CELERY_MAX_RETRIES) | ||||||
| def create_vm_task(self, vm_template_id, user, specs, template, | def create_vm_task(self, vm_template_id, user, specs, template, | ||||||
|                    stripe_customer_id, billing_address_data, |                    stripe_customer_id, billing_address_data, | ||||||
|                    billing_address_id, |  | ||||||
|                    stripe_subscription_id, cc_details): |                    stripe_subscription_id, cc_details): | ||||||
|     logger.debug( |     logger.debug( | ||||||
|         "Running create_vm_task on {}".format(current_task.request.hostname)) |         "Running create_vm_task on {}".format(current_task.request.hostname)) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue