mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-03-22 15:53:51 +03:00
Fix wrong name of query key for OrderExternalIds field
This commit is contained in:
parent
2859073353
commit
908f16b173
@ -396,7 +396,7 @@ type CostsFilter struct {
|
||||
CreatedAtFrom string `url:"createdAtFrom,omitempty"`
|
||||
CreatedAtTo string `url:"createdAtTo,omitempty"`
|
||||
OrderIds []string `url:"orderIds,omitempty,brackets"`
|
||||
OrderExternalIds []string `url:"orderIds,omitempty,brackets"`
|
||||
OrderExternalIds []string `url:"orderExternalIds,omitempty,brackets"`
|
||||
}
|
||||
|
||||
// FilesFilter type.
|
||||
|
Loading…
x
Reference in New Issue
Block a user