sureshanaparti commented on code in PR #107:
URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056053999
##########
cloudstack/AccountService.go:
##########
@@ -1104,7 +1104,7 @@ func (s *AccountService)
NewIsAccountAllowedToCreateOfferingsWithTagsParams() *I
// Return true if the specified account is allowed to create offerings with
tags.
func (s *AccountService) IsAccountAllowedToCreateOfferingsWithTags(p
*IsAccountAllowedToCreateOfferingsWithTagsParams)
(*IsAccountAllowedToCreateOfferingsWithTagsResponse, error) {
- resp, err :=
s.cs.newRequest("isAccountAllowedToCreateOfferingsWithTags", p.toURLValues())
+ resp, err :=
s.cs.newPostRequest("isAccountAllowedToCreateOfferingsWithTags",
p.toURLValues())
Review Comment:
```suggestion
resp, err :=
s.cs.newRequest("isAccountAllowedToCreateOfferingsWithTags", p.toURLValues())
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]