Save tax id in billing address even if no StripeCustomer
This commit is contained in:
parent
74d1bbb6d3
commit
9310f72cf9
2 changed files with 27 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue