Skip to content

Commit d757ab6

Browse files
author
Oleksii Korshenko
authored
MAGETWO-71898: Add Austria and Finland to countries that do not require region/state #10640
2 parents 3317255 + 7af6d6d commit d757ab6

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Directory/etc

1 file changed

+2
-0
lines changed

app/code/Magento/Directory/etc/di.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
<argument name="countriesWithNotRequiredStates" xsi:type="array">
3838
<item name="FR" xsi:type="string">FR</item>
3939
<item name="DE" xsi:type="string">DE</item>
40+
<item name="AT" xsi:type="string">AT</item>
41+
<item name="FI" xsi:type="string">FI</item>
4042
</argument>
4143
</arguments>
4244
</type>

0 commit comments

Comments
 (0)