@nuskin/ns-shop 7.3.0-pa-20.1 → 7.3.0

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.3.0-pa-20.1",
3
+ "version": "7.3.0",
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": {
@@ -274,7 +274,7 @@ newShop.Order = function(orderData){
274
274
  order.externalPaymentAdrNumber = externalPaymentAdrNumber;
275
275
  order.paymentAuthorizationObject = paymentAuthorizationObject;
276
276
  order.giftReceipt = giftReceipt;
277
- order.dripShip = dropShip;
277
+ order.dropShip = dropShip;
278
278
  order.redirectUrl = redirectUrl;
279
279
  order.proxyLaunchUrl = proxyLaunchUrl;
280
280
  order.proxyReenterUrl = proxyReenterUrl;