We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9b678 commit 9e76821Copy full SHA for 9e76821
website_sale_vat_required/controllers/main.py
@@ -13,7 +13,7 @@ def _get_mandatory_billing_fields(self):
13
return result
14
15
def _get_optional_billing_fields(self):
16
- result = super(WebsiteSale, self)._get_mandatory_billing_fields()
+ result = super(WebsiteSale, self)._get_optional_billing_fields()
17
try:
18
result.remove("vat")
19
except ValueError: # pragma: no-cover
0 commit comments