@gem-sdk/core 2.0.0-staging.165 → 2.0.0-staging.166

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.
@@ -50,7 +50,7 @@ const ReviewxpoProductReviewsAppConfig = {
50
50
  };
51
51
  const PumperBundlesVolumeDiscountConfig = {
52
52
  PumperBundlesVolumeDiscount: {
53
- appName: 'Pumper Bundles Volume Discount',
53
+ appName: 'pumper-bundle-qty',
54
54
  appId: '0856870d-2aca-4b1e-a662-cf1797f61270'
55
55
  }
56
56
  };
@@ -229,7 +229,7 @@ const ReviewxpoProductReviewsApp = {
229
229
  };
230
230
  const PumperBundlesVolumeDiscount = {
231
231
  PumperBundlesVolumeDiscount: {
232
- 'app-block': {
232
+ 'app-block-qb': {
233
233
  selected_product: '{{ product }}',
234
234
  using_page_builder: false
235
235
  }
@@ -48,7 +48,7 @@ const ReviewxpoProductReviewsAppConfig = {
48
48
  };
49
49
  const PumperBundlesVolumeDiscountConfig = {
50
50
  PumperBundlesVolumeDiscount: {
51
- appName: 'Pumper Bundles Volume Discount',
51
+ appName: 'pumper-bundle-qty',
52
52
  appId: '0856870d-2aca-4b1e-a662-cf1797f61270'
53
53
  }
54
54
  };
@@ -227,7 +227,7 @@ const ReviewxpoProductReviewsApp = {
227
227
  };
228
228
  const PumperBundlesVolumeDiscount = {
229
229
  PumperBundlesVolumeDiscount: {
230
- 'app-block': {
230
+ 'app-block-qb': {
231
231
  selected_product: '{{ product }}',
232
232
  using_page_builder: false
233
233
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-staging.165",
3
+ "version": "2.0.0-staging.166",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",