driesvints / vat-calculator

Handle all the hard stuff related to EU MOSS tax/vat regulations, the way it should be.
MIT License
1.2k stars 88 forks source link

Fix code $postalCodeExceptions for french overseas #74

Closed 4rno closed 5 years ago

4rno commented 5 years ago

Guadeloupe, Guyane and Mayotte are french overseas but were referenced as 'ES' (spain) in $postalCodeExceptions instead of 'FR' (They are well referenced in $taxRules var)

codecov-io commented 5 years ago

Codecov Report

Merging #74 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  Coverage   93.86%   93.86%           
=======================================
  Files           5        5           
  Lines         212      212           
=======================================
  Hits          199      199           
  Misses         13       13
Impacted Files Coverage Δ
src/Mpociot/VatCalculator/VatCalculator.php 91.97% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 05d652d...28c2784. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #74 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #74   +/-   ##
=======================================
  Coverage   93.86%   93.86%           
=======================================
  Files           5        5           
  Lines         212      212           
=======================================
  Hits          199      199           
  Misses         13       13
Impacted Files Coverage Δ
src/Mpociot/VatCalculator/VatCalculator.php 91.97% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 05d652d...28c2784. Read the comment docs.