@nuskin/ns-shop 7.2.1 → 7.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/ns-shop",
3
- "version": "7.2.1",
3
+ "version": "7.2.2",
4
4
  "description": "The description that will amaze and astound your audience when they read it",
5
5
  "main": "src/shop.js",
6
6
  "scripts": {
@@ -165,8 +165,7 @@ const populateAttribution = (salesOrder) => {
165
165
  }
166
166
 
167
167
  const getDefaultShipCode = (osmc) => {
168
- let defaultCode = '';
169
- osmc = osmc === 'CI' ? '' : osmc;
168
+ let defaultCode = osmc;
170
169
  const useShipMethodsApi = getCachedConfigField('useShipMethodsApi')
171
170
  if (useShipMethodsApi) {
172
171
  const csDefaultCode = getCachedConfigField('defaultShipMethod');