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


##########
cloudstack/UserService.go:
##########
@@ -3133,7 +3133,7 @@ func (s *UserService) 
NewVerifyOAuthCodeAndGetUserParams(provider string) *Verif
 
 // Verify the OAuth Code and fetch the corresponding user from provider
 func (s *UserService) VerifyOAuthCodeAndGetUser(p 
*VerifyOAuthCodeAndGetUserParams) (*VerifyOAuthCodeAndGetUserResponse, error) {
-       resp, err := s.cs.newPostRequest("verifyOAuthCodeAndGetUser", 
p.toURLValues())
+       resp, err := s.cs.newRequest("verifyOAuthCodeAndGetUser", 
p.toURLValues())

Review Comment:
   yes, this is changed with generate. it's a GET call, valid one 
@weizhouapache  



-- 
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