sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056111744
########## cloudstack/QuotaService.go: ########## @@ -408,7 +408,7 @@ func (s *QuotaService) NewQuotaIsEnabledParams() *QuotaIsEnabledParams { // Return true if the plugin is enabled func (s *QuotaService) QuotaIsEnabled(p *QuotaIsEnabledParams) (*QuotaIsEnabledResponse, error) { - resp, err := s.cs.newRequest("quotaIsEnabled", p.toURLValues()) + resp, err := s.cs.newPostRequest("quotaIsEnabled", p.toURLValues()) Review Comment: ```suggestion resp, err := s.cs.newRequest("quotaIsEnabled", 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org