jaim23mf / API_eroma2

0 stars 0 forks source link

ShopView wrong fields format #9

Closed nicholaslambertucci-ett closed 1 year ago

nicholaslambertucci-ett commented 1 year ago

Fields categoryId and subcategoryId format and value are wrong in the response of /Shop/ShopView api endpoint. Currently they contains the object representative of the entity (shop-category o r shop-sub-category) associated to the shop, but they should contain the id of these entity. image

Please refer to Shop entity description

jaim23mf commented 1 year ago

Bug Fixed commit 71485b3

nicholaslambertucci-ett commented 1 year ago

That's graet!