Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible panic in payment_request/api_payment_request.go, CreatePaymentRequestExecute function #148

Open
jiaoyk opened this issue Mar 3, 2025 · 0 comments

Comments

@jiaoyk
Copy link

jiaoyk commented Mar 3, 2025

In file payment_request/api_payment_request.go, CreatePaymentRequestExecute function ,
err is not checked, localVarHTTPResponse could be nil, and cause panic.

localVarHTTPResponse, err := a.client.CallAPI(req)

localVarBody, err := io.ReadAll(localVarHTTPResponse.Body)

Image

@jiaoyk jiaoyk changed the title possible panic possible panic in payment_request/api_payment_request.go, CreatePaymentRequestExecute function Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant