Add missing customer save call

This commit is contained in:
PCoder 2019-12-26 11:09:14 +05:30
parent 6fd0659c88
commit 74d1bbb6d3
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ class PaymentOrderView(FormView):
email=user_email,
token=token,
customer_name=user_name)
customer.save()
billing_address = address_form.save()
request.session["billing_address_id"] = billing_address.id