Giter VIP home page Giter VIP logo

Comments (5)

Seldaek avatar Seldaek commented on July 1, 2024

Moreover, the listEuropeanCountries function should not return 'EU' as a european country code IMO, regardless of what the constant is called.

from vies.

krzaczek avatar krzaczek commented on July 1, 2024

@Seldaek yes the listEuropeanCountries should not return EU.

We could do this two ways

  1. We could leave EU in the list of VIES_EU_COUNTRY_LIST and just update the listEuropeanCountries to not return EU as a "country" by simply filtering the return array.
    or
  2. We could remove EU from VIES_EU_COUNTRY_LIST and write a new method to validate requestor prefix (that should return true for all 28 countries and EU

I think we should go with option 1) since probably (don't know why it's not working this way now) VIES will allow to validate EU MOSS VAT numbers in the near future, and we will just need to rewrite the ValidateEU class to make it work.

from vies.

Seldaek avatar Seldaek commented on July 1, 2024

@krzaczek implemented 1) in #87 - it doesn't fix the const naming issue but at least the public API is now fixed which I hope makes it ready to release.

from vies.

krzaczek avatar krzaczek commented on July 1, 2024

@Seldaek Could You fix the PHPCS errors so we could merge it and release it #87 (comment)

from vies.

DragonBe avatar DragonBe commented on July 1, 2024

Closing this issue as PR #87 is now integrated in master code and will be released soon.

from vies.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.