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

Compatibility Problem #13

Open
AddoSolutions opened this issue Jan 3, 2018 · 1 comment
Open

Compatibility Problem #13

AddoSolutions opened this issue Jan 3, 2018 · 1 comment

Comments

@AddoSolutions
Copy link

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

@fleminra
Copy link
Contributor

@AddoSolutions - did you try something like this in your code:

    OFXApplicationContextHolder.setCurrentContext(
      new DefaultApplicationContext("QWIN", "2600")
    );

?

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