We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that this application is not compatible with some modern bank software. Specifically this line here:
https://github.com/stoicflame/ofx4j/blob/master/src/main/java/com/webcohesion/ofx4j/client/context/OFXApplicationContextHolder.java#L24
You need to ensure that you have the pplication version to at least 2600 (Quickbooks 2016) with appId to QWIN
2600
QWIN
The text was updated successfully, but these errors were encountered:
@AddoSolutions - did you try something like this in your code:
OFXApplicationContextHolder.setCurrentContext( new DefaultApplicationContext("QWIN", "2600") );
?
Sorry, something went wrong.
No branches or pull requests
It seems that this application is not compatible with some modern bank software. Specifically this line here:
https://github.com/stoicflame/ofx4j/blob/master/src/main/java/com/webcohesion/ofx4j/client/context/OFXApplicationContextHolder.java#L24
You need to ensure that you have the pplication version to at least
2600
(Quickbooks 2016) with appId toQWIN
The text was updated successfully, but these errors were encountered: