|
@ -11,4 +11,8 @@ class VracoopWebsiteSale(WebsiteSale): |
|
|
|
|
|
|
|
|
def _get_mandatory_billing_fields(self): |
|
|
def _get_mandatory_billing_fields(self): |
|
|
res = super(VracoopWebsiteSale, self)._get_mandatory_billing_fields() |
|
|
res = super(VracoopWebsiteSale, self)._get_mandatory_billing_fields() |
|
|
return ["name", "email", "phone"] |
|
|
|
|
|
|
|
|
return ["name", "email", "phone"] |
|
|
|
|
|
|
|
|
|
|
|
def _get_mandatory_shipping_fields(self): |
|
|
|
|
|
res = super(VracoopWebsiteSale, self)._get_mandatory_shipping_fields() |
|
|
|
|
|
return ["name"] |