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