NKoonen / vatchecker

[Prestashop]Checks if customer has a valid VAT number, and then puts the customer a specific group.
https://customs-documents.com
BSD 3-Clause "New" or "Revised" License
34 stars 14 forks source link

QuickFix: function isEUCountry( $countryCode ) #46

Closed felixd closed 4 months ago

felixd commented 5 months ago

There is an issue when function isEUCountry is provided with $countryCode that is numeric but provided as string.

This is a QuickFix for that issue.

felixd commented 5 months ago

Fixes #47