Fix wrong indentation

This commit is contained in:
PCoder 2019-12-21 08:51:11 +05:30
parent f566aa8a2e
commit b919b6cfbd
1 changed files with 2 additions and 2 deletions

View File

@ -952,8 +952,8 @@ class OrderConfirmationView(DetailView, FormView):
street_address=billing_address_data['street_address'],
city=billing_address_data['city'],
postal_code=billing_address_data['postal_code'],
country=billing_address_data['country']
vat_number=billing_address_data['vat_number']
country=billing_address_data['country'],
vat_number=billing_address_data['vat_number']
)
billing_address.save()