remove get customer by license id functionality in favor of a check in CWS.

Этот коммит содержится в:
Conor Macpherson
2023-03-27 11:12:08 -04:00
родитель ff01fabc32
Коммит 336176f8cb

Просмотреть файл

@@ -68,3 +68,7 @@ type SelfHostedExpansionRequest struct {
Seats int `json:"seats"`
LicenseId string `json:"license_id"`
}
type GetSelfHostedCustomerRequest struct {
LicenseID string `json:"license_id"`
}