update console deps (#582)

- github.com/minio/minio/pkg/licverifier
- github.com/minio/minio/pkg/madmin
- github.com/minio/operator/

Co-authored-by: Minio Trusted <trusted@minio.io>
This commit is contained in:
Harshavardhana
2021-01-27 19:55:56 -08:00
committed by GitHub
parent 3b1449c029
commit eddb6a810b
5 changed files with 53 additions and 69 deletions

View File

@@ -185,9 +185,9 @@ func subscriptionValidate(client cluster.HTTPClientI, license, email, password s
Email: licenseInfo.Email,
AccountID: licenseInfo.AccountID,
StorageCapacity: licenseInfo.StorageCapacity,
Plan: licenseInfo.ServiceType,
Plan: licenseInfo.Plan,
ExpiresAt: licenseInfo.ExpiresAt.String(),
Organization: licenseInfo.TeamName,
Organization: licenseInfo.Organization,
}, rawLicense, nil
}