Remove billing_address_id as it is no more used

This commit is contained in:
M.Ravi 2017-09-29 08:51:58 +02:00
parent ac37349aef
commit 483aa493bb

View file

@ -50,7 +50,6 @@ def retry_task(task, exception=None):
@app.task(bind=True, max_retries=settings.CELERY_MAX_RETRIES)
def create_vm_task(self, vm_template_id, user, specs, template,
stripe_customer_id, billing_address_data,
billing_address_id,
stripe_subscription_id, cc_details):
logger.debug(
"Running create_vm_task on {}".format(current_task.request.hostname))