mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
remove unnecessary spaces from tags
This commit is contained in:
parent
6f7fb5ceb9
commit
c482546e07
@ -207,8 +207,8 @@ type OrdersFilter struct {
|
||||
Sites []string `url:"sites,omitempty,brackets"`
|
||||
CreatedAtFrom string `url:"createdAtFrom,omitempty"`
|
||||
CreatedAtTo string `url:"createdAtTo,omitempty"`
|
||||
PaidAtFrom string `url:"paidAtFrom, omitempty"`
|
||||
PaidAtTo string `url:"paidAtTo, omitempty"`
|
||||
PaidAtFrom string `url:"paidAtFrom,omitempty"`
|
||||
PaidAtTo string `url:"paidAtTo,omitempty"`
|
||||
FullPaidAtFrom string `url:"fullPaidAtFrom,omitempty"`
|
||||
FullPaidAtTo string `url:"fullPaidAtTo,omitempty"`
|
||||
DeliveryDateFrom string `url:"deliveryDateFrom,omitempty"`
|
||||
|
Loading…
Reference in New Issue
Block a user