Save tax id in billing address even if no StripeCustomer

This commit is contained in:
PCoder 2019-12-26 11:30:01 +05:30
commit 9310f72cf9
2 changed files with 27 additions and 15 deletions

View file

@ -524,7 +524,6 @@ 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