remove states

This commit is contained in:
diPhantxm
2024-08-09 19:57:56 +03:00
parent 5ecf131061
commit 823386edf2
2 changed files with 1 additions and 19 deletions

View File

@@ -1799,7 +1799,7 @@ type ListGeoRestrictionsRestriction struct {
OrderNumber int64 `json:"order_number"`
}
// Get a list of geo-restrictions for services
// Deprecated: Get a list of geo-restrictions for services
func (c Products) ListGeoRestrictions(ctx context.Context, params *ListGeoRestrictionsParams) (*ListGeoRestrictionsResponse, error) {
url := "/v1/products/geo-restrictions-catalog-by-filter"