mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-24 22:06:03 +03:00
text correction
This commit is contained in:
parent
635e40dab2
commit
64c42ae1fd
@ -1320,8 +1320,8 @@ func (c *Client) OrdersFixExternalIds(orders []IdentifiersPair) (SuccessfulRespo
|
|||||||
// for _, value := range data.History {
|
// for _, value := range data.History {
|
||||||
// fmt.Printf("%v\n", value)
|
// fmt.Printf("%v\n", value)
|
||||||
// }
|
// }
|
||||||
func (c *Client) OrdersHistory(parameters OrdersHistoryRequest) (CustomersHistoryResponse, int, *errs.Failure) {
|
func (c *Client) OrdersHistory(parameters OrdersHistoryRequest) (OrdersHistoryResponse, int, *errs.Failure) {
|
||||||
var resp CustomersHistoryResponse
|
var resp OrdersHistoryResponse
|
||||||
|
|
||||||
params, _ := query.Values(parameters)
|
params, _ := query.Values(parameters)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user