diff --git a/controllers/main.py b/controllers/main.py index 5485448..c15cacf 100644 --- a/controllers/main.py +++ b/controllers/main.py @@ -11,4 +11,4 @@ class VracoopWebsiteSale(WebsiteSale): def _get_mandatory_billing_fields(self): res = super(VracoopWebsiteSale, self)._get_mandatory_billing_fields() - return ["name", "email", "phone", "country_id"] \ No newline at end of file + return ["name", "email", "phone"] \ No newline at end of file diff --git a/views/templates.xml b/views/templates.xml index 3dbd616..0ed13de 100644 --- a/views/templates.xml +++ b/views/templates.xml @@ -10,6 +10,31 @@ + + + + + \ No newline at end of file