@nuskin/ns-shop 5.19.4 → 5.19.5

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": "5.19.4",
3
+ "version": "5.19.5",
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": {
@@ -305,7 +305,7 @@ const addContactInfo = (contacts, selectedAddress) => {
305
305
  //Only push contacts if they aren't empty
306
306
  if (selectedAddress.shippingPhone) {
307
307
  contacts.push({
308
- Country: selectedAddress.shippingCountry,
308
+ Country: selectedAddress.shippingPhoneCountry || selectedAddress.shippingCountry,
309
309
  Value: {
310
310
  value: selectedAddress.shippingPhone,
311
311
  Type: "HOMEPHONE"