Fix wrong indentation
This commit is contained in:
parent
f566aa8a2e
commit
b919b6cfbd
1 changed files with 2 additions and 2 deletions
|
@ -952,7 +952,7 @@ class OrderConfirmationView(DetailView, FormView):
|
||||||
street_address=billing_address_data['street_address'],
|
street_address=billing_address_data['street_address'],
|
||||||
city=billing_address_data['city'],
|
city=billing_address_data['city'],
|
||||||
postal_code=billing_address_data['postal_code'],
|
postal_code=billing_address_data['postal_code'],
|
||||||
country=billing_address_data['country']
|
country=billing_address_data['country'],
|
||||||
vat_number=billing_address_data['vat_number']
|
vat_number=billing_address_data['vat_number']
|
||||||
)
|
)
|
||||||
billing_address.save()
|
billing_address.save()
|
||||||
|
|
Loading…
Reference in a new issue