Skip to content

Commit

Permalink
9515: South Korea Zip Code Validation incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
RomaKis committed Nov 22, 2017
1 parent 97d449c commit 5c3d295
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function getPostcodesDataProvider()
['countryId' => 'JE', 'postcode' => 'TY8 9PL'],
['countryId' => 'KZ', 'postcode' => '123456'],
['countryId' => 'KE', 'postcode' => '12345'],
['countryId' => 'KR', 'postcode' => '123-456'],
['countryId' => 'KR', 'postcode' => '12345'],
['countryId' => 'KG', 'postcode' => '123456'],
['countryId' => 'LV', 'postcode' => '1234'],
['countryId' => 'LI', 'postcode' => '1234'],
Expand Down

0 comments on commit 5c3d295

Please sign in to comment.