diff --git a/app/controller/api/store/merchant/MerchantIntention.php b/app/controller/api/store/merchant/MerchantIntention.php index d41fadb4..5fc2c8e1 100644 --- a/app/controller/api/store/merchant/MerchantIntention.php +++ b/app/controller/api/store/merchant/MerchantIntention.php @@ -137,6 +137,7 @@ class MerchantIntention extends BaseController $mer_type_id=Db::name('merchant_type')->where('type_code','PersonalStore')->value('mer_type_id'); $data['status']=0; $data['mer_type_id']=$mer_type_id; + $data['merchant_category_id']=2584; $intention = $this->repository->create($data); if($intention){ $datas['fail_msg']='';