Skip to content

Commit

Permalink
Merge pull request #74 from 4rno/4rno-patch-1
Browse files Browse the repository at this point in the history
Fix code $postalCodeExceptions for french overseas
  • Loading branch information
mpociot committed Mar 1, 2019
2 parents 05d652d + 28c2784 commit 5d7d98c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Mpociot/VatCalculator/VatCalculator.php
Expand Up @@ -264,7 +264,7 @@ class VatCalculator
'FR' => [
[
'postalCode' => '/^971\d{2,}$/',
'code' => 'ES',
'code' => 'FR',
'name' => 'Guadeloupe',
],
[
Expand All @@ -274,7 +274,7 @@ class VatCalculator
],
[
'postalCode' => '/^973\d{2,}$/',
'code' => 'ES',
'code' => 'FR',
'name' => 'Guyane',
],
[
Expand All @@ -284,7 +284,7 @@ class VatCalculator
],
[
'postalCode' => '/^976\d{2,}$/',
'code' => 'ES',
'code' => 'FR',
'name' => 'Mayotte',
],
],
Expand Down

0 comments on commit 5d7d98c

Please sign in to comment.