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

SearchReportsWithHttpInfo vs SearchReportsAsyncWithHttpInfo incomplete code within SearchReportsWithHttpInfo #44

Closed
xantari opened this issue Jul 2, 2019 · 4 comments

Comments

@xantari
Copy link

xantari commented Jul 2, 2019

In SearchReportsAsyncWithHttpInfo you have the following code:

// to determine the Content-Type header
String[] localVarHttpContentTypes = new String[] {
  "application/json;charset=utf-8"
};
String localVarHttpContentType = Configuration.ApiClient.SelectHeaderContentType(localVarHttpContentTypes);

But in the non-async version (SearchReportsWithHttpInfo ) it seems it was forgot to be set:

// to determine the Content-Type header  
String[] localVarHttpContentTypes = new String[] {  
   "application/json;charset=utf-8"  
};  
String localVarHttpContentType = "";  

Is this stuff not getting code reviewed?

Where are the unit tests for this stuff?

@xantari
Copy link
Author

xantari commented Jul 24, 2019

Cybersource now tracking this issue under cybsdx-104 internal bug identifier

@xantari
Copy link
Author

xantari commented Aug 30, 2019

It appears this was fixed in the 0.0.0.10 release...

@xantari
Copy link
Author

xantari commented Sep 12, 2019

#62 is likely related to this...

@snavinch
Copy link
Contributor

snavinch commented Feb 7, 2020

Closing this as it has been fixed in the latest version.

@snavinch snavinch closed this as completed Feb 7, 2020
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

2 participants