mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-24 13:56:04 +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 {
|
||||
// fmt.Printf("%v\n", value)
|
||||
// }
|
||||
func (c *Client) OrdersHistory(parameters OrdersHistoryRequest) (CustomersHistoryResponse, int, *errs.Failure) {
|
||||
var resp CustomersHistoryResponse
|
||||
func (c *Client) OrdersHistory(parameters OrdersHistoryRequest) (OrdersHistoryResponse, int, *errs.Failure) {
|
||||
var resp OrdersHistoryResponse
|
||||
|
||||
params, _ := query.Values(parameters)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user