diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-07 09:46:41 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-05-07 09:46:41 +0700 |
| commit | d48f8943b87178ccc653ae1d334b3780c5a23a31 (patch) | |
| tree | 40fbd0184ae2b278f21a07039b0d152479cf9ff8 /src/utils/solrMapping.js | |
| parent | 166191e8f7335810cd0073b9aa2436a908a21d34 (diff) | |
| parent | 5c8a5df24a9758f3b3a6366d326f61c2c6a13c42 (diff) | |
Merge branch 'new-release' of https://bitbucket.org/altafixco/next-indoteknik into feat_voucher-category
Diffstat (limited to 'src/utils/solrMapping.js')
| -rw-r--r-- | src/utils/solrMapping.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/solrMapping.js b/src/utils/solrMapping.js index ecd62be2..33f0cbaf 100644 --- a/src/utils/solrMapping.js +++ b/src/utils/solrMapping.js @@ -43,6 +43,7 @@ export const productMappingSolr = (products, pricelist) => { let productMapped = { id: product.product_id_i || '', image: product.image_s || '', + imageCarousel: product.image_carousel_ss || '', imageMobile: product.image_mobile_s || '', code: product.default_code_s || '', description: product.description_t || '', |
