-
Maybe other people will face the fact we have to handle EU rules in our shop. We could build a Sylius Plugin to get all the generic things like VAT rate rules, VAT rates, VAT number check (syntax+EU W…
-
In UBL validation there are [UBL-DT-01]-Amounts shall be decimal up to two fraction digits which raise the error when using more then 2 decimals on Item price discount (BT-147) and Item gross price (B…
-
I think these are a good set of custom validator. I hope they could be added (with some improvement):
```
window.Parsley.addValidator('date', {
validate: function(value, format) {
va…
-
Hello
ValidatorBG does not validate this number `BG204514061` which is vaidated by http://ec.europa.eu/taxation_customs/vies/vatRequest.html
-
https://github.com/pH-7/eu-vat-validator/blob/7f7b5517e95c83be532b0c27fef13836a090b5ef/src/Vat/Provider/Europa.php#L61
This return will never happen as the exception is thrown in line 59
hkwak updated
6 years ago
-
https://github.com/pH-7/eu-vat-validator/blob/7f7b5517e95c83be532b0c27fef13836a090b5ef/src/Vat/Provider/Europa.php#L29
The Constructor should throw the exception (kind of ConnectionNotEstablishedEx…
hkwak updated
6 years ago
-
https://github.com/pH-7/eu-vat-validator/blob/7f7b5517e95c83be532b0c27fef13836a090b5ef/src/Vat/Provider/Europa.php#L46
It looks like this getResource method will never throw SoapFault ( which is ve…
hkwak updated
6 years ago
-
**Describe the bug**
The postcode validation for `NL` is unnecessarily complicating the cart process flow by postcode validation that's too restrictive.
Background to bug report: https://wordpress…
-
Sometimes when validating, if I send next payload, the validator cracks. It seems it might be entering a never ending loop and consuming too much memory at some point. It happens in both NodeJS runnin…
-
When requesting the address, it's starting / ending with a comma.
Probably the $this->oResponse->address starts with a newline
Maybe add a trim or something in the removeNewLines
`return trim(s…