Skip to content

Commit

Permalink
empty push
Browse files Browse the repository at this point in the history
  • Loading branch information
burakvuraldatasance committed Jan 21, 2024
1 parent f633382 commit 48b4cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/entitlement.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ func GetEntitlementDatasance() (string, string, error) {
fmt.Println("Error activating license:", err)
return "", "", err
}
fmt.Println("Expiry Date:", activationResponse.EntitlementExpiryDate)
//fmt.Println("Expiry Date:", activationResponse.EntitlementExpiryDate)
var expiryDate = activationResponse.EntitlementExpiryDate
var agentSeats = ""
for _, activationAttributeObject := range activationResponse.Attributes {
if activationAttributeObject.Key == "Agent Seats" {
fmt.Println("Number of agents:", activationAttributeObject.Value)
//fmt.Println("Number of agents:", activationAttributeObject.Value)
agentSeats = activationAttributeObject.Value
}
}
Expand Down

0 comments on commit 48b4cbb

Please sign in to comment.