return origin name instead of code
All checks were successful
/ Make image (push) Successful in 1m15s
All checks were successful
/ Make image (push) Successful in 1m15s
This commit is contained in:
parent
f9eac067be
commit
4c59ab3f58
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ type ZeroPrice struct {
|
|||
CreatedAt time.Time `json:"created_at"`
|
||||
MerchUuid string `json:"merch_uuid"`
|
||||
Name string `json:"name"`
|
||||
Origin string `json:"origin"`
|
||||
Origin Origin `json:"origin"`
|
||||
}
|
||||
|
||||
type DeleteZeroPrices struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue