diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-01-20 15:23:52 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-01-20 15:23:52 +0700 |
| commit | 6d9c1067b6e857eb95f12864cc88117350ae6cfb (patch) | |
| tree | b19f92dd7dc80211c703182d7d8e9b4fc5b69e08 /src/pages/api | |
| parent | 389382046d804053d8e5c6de13d7d0b197175022 (diff) | |
<iman> ubah tag category
Diffstat (limited to 'src/pages/api')
| -rw-r--r-- | src/pages/api/shop/variant.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/api/shop/variant.js b/src/pages/api/shop/variant.js index 249d087e..47e4f121 100644 --- a/src/pages/api/shop/variant.js +++ b/src/pages/api/shop/variant.js @@ -119,6 +119,7 @@ const productResponseMap = (products, pricelist) => { let productMapped = { id: product.product_id_i || '', + productTemplate: product.template_id_i || '', image: product.image_s || '', code: product.default_code_s || '', name: product.name_s || '', |
