fixes OrdersStatuses method description

This commit is contained in:
Akolzin Dmitry 2020-06-29 16:33:14 +03:00
parent a293f7235e
commit e9bfb72faf

View File

@ -2509,7 +2509,7 @@ func (c *Client) OrderPaymentEdit(payment Payment, by string, site ...string) (S
return resp, status, nil
}
// OrderPaymentEdit edit payment
// OrdersStatuses returns orders statuses
//
// For more information see http://www.retailcrm.pro/docs/Developers/ApiVersion5#get--api-v5-orders-statuses
//