Radu Boncea 6 anni fa
parent
commit
15aeb2978b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pyVies/api.py

+ 1 - 1
pyVies/api.py

@@ -111,7 +111,7 @@ class Vies(object):
 
 
         return vat_number,vat_country_code
         return vat_number,vat_country_code
 
 
-    def request(self, vat_number, vat_country_code=None, extended_info=False):
+    def request(self, vat_number, vat_country_code=None, extended_info=True):
         result = None
         result = None
 
 
         vat_number,vat_country_code = self.clean(vat_number,vat_country_code)
         vat_number,vat_country_code = self.clean(vat_number,vat_country_code)