Add missing customer save call
This commit is contained in:
parent
6fd0659c88
commit
74d1bbb6d3
1 changed files with 1 additions and 0 deletions
|
@ -524,6 +524,7 @@ class PaymentOrderView(FormView):
|
||||||
email=user_email,
|
email=user_email,
|
||||||
token=token,
|
token=token,
|
||||||
customer_name=user_name)
|
customer_name=user_name)
|
||||||
|
customer.save()
|
||||||
|
|
||||||
billing_address = address_form.save()
|
billing_address = address_form.save()
|
||||||
request.session["billing_address_id"] = billing_address.id
|
request.session["billing_address_id"] = billing_address.id
|
||||||
|
|
Loading…
Reference in a new issue