Pass correct stripe_customer_id
This commit is contained in:
parent
d8a674da3d
commit
2c3d00f03f
1 changed files with 1 additions and 1 deletions
|
@ -1552,7 +1552,7 @@ def do_provisioning(request, stripe_api_cus_id, card_details_response,
|
|||
}
|
||||
|
||||
create_vm(
|
||||
billing_address_data, stripe_customer_id, specs,
|
||||
billing_address_data, custom_user.stripecustomer.id, specs,
|
||||
stripe_subscription_obj, card_details_dict, request,
|
||||
vm_template_id, template, user
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue