diff --git a/app/controller/api/store/order/StoreProcessing.php b/app/controller/api/store/order/StoreProcessing.php index 66c7a46b..b5f1fc45 100644 --- a/app/controller/api/store/order/StoreProcessing.php +++ b/app/controller/api/store/order/StoreProcessing.php @@ -73,6 +73,7 @@ class StoreProcessing extends BaseController $arr[$key]['order_id'] = $order_id; $arr[$key]['source'] = 104; unset($arr[$key]['order_product_id']); + Db::name('store_product')->where('product_id',$value['product_id'])->dec('stock'); } // $financialRecordRepository->insertAll($finance); Db::name('store_order_product_other')->insertAll($arr);