|
@@ -871,7 +871,7 @@ class StoreProductServices extends BaseServices
|
|
|
'image' => $items['pic'],
|
|
'image' => $items['pic'],
|
|
|
'price' => $items['price'],
|
|
'price' => $items['price'],
|
|
|
'ot_price' => $items['ot_price'],
|
|
'ot_price' => $items['ot_price'],
|
|
|
- 'sku' => implode(',', $items['detail'])
|
|
|
|
|
|
|
+ 'suk' => implode(',', $items['detail'])
|
|
|
];
|
|
];
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|