sureshanaparti commented on code in PR #107:
URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056115362


##########
cloudstack/QuotaService.go:
##########
@@ -1449,7 +1449,7 @@ func (s *QuotaService) NewQuotaTariffListParams() 
*QuotaTariffListParams {
 
 // Lists all quota tariff plans
 func (s *QuotaService) QuotaTariffList(p *QuotaTariffListParams) 
(*QuotaTariffListResponse, error) {
-       resp, err := s.cs.newRequest("quotaTariffList", p.toURLValues())
+       resp, err := s.cs.newPostRequest("quotaTariffList", p.toURLValues())

Review Comment:
   ```suggestion
        resp, err := s.cs.newRequest("quotaTariffList", 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

Reply via email to