Fixes OrdersStatuses method description

This commit is contained in:
Alex Lushpai 2020-06-29 17:16:50 +03:00 committed by GitHub
commit 38acbef244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
//