Merge pull request #27 from Selly-Modules/feature/seller-by-id
Feature/seller by
This commit is contained in:
commit
c449dd44f1
|
@ -2,7 +2,7 @@ package model
|
||||||
|
|
||||||
// ResponseSellerInfo ...
|
// ResponseSellerInfo ...
|
||||||
type ResponseSellerInfo struct {
|
type ResponseSellerInfo struct {
|
||||||
ID string `json:"id"`
|
ID string `json:"_id"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Code string `json:"code"`
|
Code string `json:"code"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue