diff --git a/app/Endpoint/Api/Http/Resources/Dealer/UserProductLogResource.php b/app/Endpoint/Api/Http/Resources/Dealer/UserProductLogResource.php index e92bedb7..e5d39a51 100644 --- a/app/Endpoint/Api/Http/Resources/Dealer/UserProductLogResource.php +++ b/app/Endpoint/Api/Http/Resources/Dealer/UserProductLogResource.php @@ -18,7 +18,6 @@ class UserProductLogResource extends JsonResource return [ 'id' => $this->id, 'product_name'=> $this->product?->name, - 'type'=> $this->type, 'remark' => $this->remark, 'qty' => (in_array($this->type, [ DealerUserProductLog::TYPE_ORDER_IN,