|
@@ -207,7 +207,7 @@ const _getBundleAsync = (result) => { |
|
@@ -207,7 +207,7 @@ const _getBundleAsync = (result) => { |
207
|
count: _.get(result, 'data.bundleInfo.bundleCount', 1),
|
207
|
count: _.get(result, 'data.bundleInfo.bundleCount', 1),
|
208
|
phrase: _.get(result, 'data.bundleInfo.promotionPhrase', ''),
|
208
|
phrase: _.get(result, 'data.bundleInfo.promotionPhrase', ''),
|
209
|
type: _.get(result, 'data.bundleInfo.discountType', 1),
|
209
|
type: _.get(result, 'data.bundleInfo.discountType', 1),
|
210
|
- discount: _.get(result, 'data.bundleInfo.discount', '')
|
210
|
+ discount: _.get(result, 'data.bundleInfo.discount', null)
|
211
|
};
|
211
|
};
|
212
|
};
|
212
|
};
|
213
|
|
213
|
|