-
```
What steps will reproduce the problem?
>>> import vatnumber
>>> vatnumber.check_vat('IT00118439991')
False
This is a valid IT VAT number according to:
http://ec.europa.eu/taxation_customs/vies/vi…
-
For use in calculating which county/municipal/state taxes the shop is required to charge. There will also need to be tests written (depends on #241)
-
```
What steps will reproduce the problem?
>>> import vatnumber
>>> vatnumber.check_vat_gb('242338087388')
False
This is a valid GB VAT number according to:
http://ec.europa.eu/taxation_customs/vies/…
-
```
What steps will reproduce the problem?
1.
#the following test code:
VIES_URL='http://ec.europa.eu/taxation_customs/vies/services/checkVatService.wsd
l'
nclient = SoapClient(wsdl=VIES_URL)
vat = '…
-
There are multiple VAT fields exist with different label and validation functionality.
![checkout_vat_fields](https://cloud.githubusercontent.com/assets/15060303/12971166/e1927136-d0bd-11e5-9627-da0…
-
```
What steps will reproduce the problem?
>>> import vatnumber
>>> vatnumber.check_vat('SE556728341001')
False
This is a valid IT VAT number according to:
http://ec.europa.eu/taxation_customs/vies/v…
-
1) VAT number should not contains / accept special character.
2) First name & last name should not accept numeric digits as name.
-
```
What steps will reproduce the problem?
1.
#the following test code:
VIES_URL='http://ec.europa.eu/taxation_customs/vies/services/checkVatService.wsd
l'
nclient = SoapClient(wsdl=VIES_URL)
vat = '…
-
```
What steps will reproduce the problem?
1.
#the following test code:
VIES_URL='http://ec.europa.eu/taxation_customs/vies/services/checkVatService.wsd
l'
nclient = SoapClient(wsdl=VIES_URL)
vat = '…
-
```
What steps will reproduce the problem?
1.
#the following test code:
VIES_URL='http://ec.europa.eu/taxation_customs/vies/services/checkVatService.wsd
l'
nclient = SoapClient(wsdl=VIES_URL)
vat = '…