@ordergroove/offers 2.30.6 → 2.30.7-alpha-PR-721-1.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": "@ordergroove/offers",
3
- "version": "2.30.6",
3
+ "version": "2.30.7-alpha-PR-721-1.0+56883d2b",
4
4
  "description": "offer state component",
5
5
  "author": "Eugenio Lattanzio <eugenio63@gmail.com>",
6
6
  "homepage": "https://github.com/ordergroove/plush-toys#readme",
@@ -47,5 +47,5 @@
47
47
  "devDependencies": {
48
48
  "@ordergroove/offers-templates": "^0.5.3"
49
49
  },
50
- "gitHead": "1845a87c8a39b7a1b1fc79c62db1d9aa37decc72"
50
+ "gitHead": "56883d2bea972e81f5669cd9cd66b11757b3f954"
51
51
  }
@@ -266,7 +266,7 @@ export const config = (
266
266
  if (prepaidSellingPlanGroups.length) {
267
267
  configToAdd = {
268
268
  ...configToAdd,
269
- prepaidSellingPlans: getPrepaidSellingPlans(prepaidSellingPlanGroups)
269
+ prepaidSellingPlans: { ...state.prepaidSellingPlans, ...getPrepaidSellingPlans(prepaidSellingPlanGroups) }
270
270
  };
271
271
  }
272
272
  return {