Skip to content

Commit

Permalink
20.45.1 MNB-1493 Move UK out of list of countries where postcode is o…
Browse files Browse the repository at this point in the history
…ptional
  • Loading branch information
wsajosh committed Aug 4, 2021
1 parent 1923cd1 commit 3e0fa3e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-PUBLIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,3 +588,7 @@ MNB-1429 Ensure correct method code is passed to shipping insights
MNB-1471 Add cache timeout. MNB-1465 Ensure order comment containing packing info is accurate. MNB-1464 Dont send details to Shipping Insights for non SHQ methods


## 20.45.1 (2021-08-04)
MNB-1493 Move UK out of list of countries where postcode is optional


4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -588,3 +588,7 @@ MNB-1429 Ensure correct method code is passed to shipping insights
MNB-1471 Add cache timeout. MNB-1465 Ensure order comment containing packing info is accurate. MNB-1464 Dont send details to Shipping Insights for non SHQ methods


## 20.45.1 (2021-08-04)
MNB-1493 Move UK out of list of countries where postcode is optional


2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shipperhq/module-shipper",
"description": "Magento Shipping integration with ShipperHQ",
"type": "magento2-module",
"version": "20.45.0",
"version": "20.45.1",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shipperhq/module-shipper",
"description": "Magento Shipping integration with ShipperHQ",
"type": "magento2-module",
"version": "20.45.0",
"version": "20.45.1",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
7 changes: 6 additions & 1 deletion src/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<general>
<country>
<optional_zip_countries>HK,IE,MO,PA</optional_zip_countries> <!-- MNB-1493 Postcodes are madatory in UK. Removed UK from list by default -->
</country>
</general>
<carriers>
<shipper>
<active>0</active>
Expand Down Expand Up @@ -62,7 +67,7 @@
<ws_timeout>30</ws_timeout>
<use_cache>0</use_cache>
<always_use_cache>1</always_use_cache>
<extension_version>20.45.0</extension_version>
<extension_version>20.45.1</extension_version>
<allowed_methods></allowed_methods>
<magento_version></magento_version>
<cache_timeout>300</cache_timeout>
Expand Down

0 comments on commit 3e0fa3e

Please sign in to comment.