Get EU VAT number details doesn´t work
Julen10 opened this issue · 1 comments
Julen10 commented
Hello,
I´m trying to replicate this example with real VAT number: https://github.com/mpociot/vat-calculator#get-eu-vat-number-details
But I get the following response:
object(stdClass)#1133 (6) {
["countryCode"]=>
string(2) "ES"
["vatNumber"]=>
string(9) "B75149773"
["requestDate"]=>
string(16) "2020-01-22+01:00"
["valid"]=>
bool(true)
["name"]=>
string(3) "---"
["address"]=>
string(3) "---"
}
The name and address is not defined as I can´t give them as input for the validation.
xEsk commented
I checked the SOAP response and it doesn't returns the name nor address, so the problem is not related with this library :(