@gem-sdk/core 2.6.0-staging.18 → 2.6.0-staging.19

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.
@@ -285,6 +285,20 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
285
285
  product: appSetting?.['productHandle'] || '{{ product }}'
286
286
  };
287
287
  }
288
+ case 'SubifySubscriptionsApp':
289
+ {
290
+ return {
291
+ ...currentSetting,
292
+ product: appSetting?.['productHandle'] || '{{ product }}'
293
+ };
294
+ }
295
+ case 'RechargeSubscriptions':
296
+ {
297
+ return {
298
+ ...currentSetting,
299
+ product: appSetting?.['productHandle'] || '{{ product }}'
300
+ };
301
+ }
288
302
  default:
289
303
  return currentSetting;
290
304
  }
@@ -283,6 +283,20 @@ const overrideSettings = (tag, currentSetting, appSetting)=>{
283
283
  product: appSetting?.['productHandle'] || '{{ product }}'
284
284
  };
285
285
  }
286
+ case 'SubifySubscriptionsApp':
287
+ {
288
+ return {
289
+ ...currentSetting,
290
+ product: appSetting?.['productHandle'] || '{{ product }}'
291
+ };
292
+ }
293
+ case 'RechargeSubscriptions':
294
+ {
295
+ return {
296
+ ...currentSetting,
297
+ product: appSetting?.['productHandle'] || '{{ product }}'
298
+ };
299
+ }
286
300
  default:
287
301
  return currentSetting;
288
302
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.6.0-staging.18",
3
+ "version": "2.6.0-staging.19",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",