return origin name instead of code
All checks were successful
/ Make image (push) Successful in 1m15s

This commit is contained in:
nquidox 2025-12-06 19:14:21 +03:00
parent f9eac067be
commit 4c59ab3f58

View file

@ -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 {