@gem-sdk/core 2.1.4 → 2.1.8

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
  };
@@ -176,7 +176,7 @@ const ReviewxpoProductReviewsApp = {
176
176
  };
177
177
  const PumperBundlesVolumeDiscount = {
178
178
  PumperBundlesVolumeDiscount: {
179
- 'app-block': {
179
+ 'app-block-qb': {
180
180
  selected_product: '{{ product }}',
181
181
  using_page_builder: false
182
182
  }
@@ -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
  };
@@ -174,7 +174,7 @@ const ReviewxpoProductReviewsApp = {
174
174
  };
175
175
  const PumperBundlesVolumeDiscount = {
176
176
  PumperBundlesVolumeDiscount: {
177
- 'app-block': {
177
+ 'app-block-qb': {
178
178
  selected_product: '{{ product }}',
179
179
  using_page_builder: false
180
180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.1.4",
3
+ "version": "2.1.8",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",