fix
parent
c6a971a7da
commit
824e97587d
|
|
@ -17,7 +17,7 @@ class ShippingAddressResource extends JsonResource
|
|||
return [
|
||||
'id' => $this->id,
|
||||
'zone_id' => $this->zone_id,
|
||||
'name' => $this->name,
|
||||
'consignee' => $this->consignee,
|
||||
'telephone' => $this->telephone,
|
||||
'zone' => $this->zone,
|
||||
'address' => $this->address,
|
||||
|
|
|
|||
Loading…
Reference in New Issue