You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
32
32
## Project Structure
33
33
* ipp-v3-java-data - contains all entities and entity dependencies that are used in data services operations.
34
34
* ipp-v3-java-devkit - core component, contains REST API support.
35
-
* ipp-java-qbapihelper - contains QuickBooks Online API Helper methods for OAuth, Disconnect and Reconnect API.
35
+
* ipp-java-qbapihelper - contains QuickBooks Online API Helper methods for OAuth, Disconnect and Reconnect API.`[This artifact is deprecated with v6.0.0]`
36
36
* oauth2-platform-api - contains QuickBooks Online API Helper methods for obtaining OAuth2 tokens, Disconnect and Reconnect API for OAuth2 apps.
37
37
* payments-api - Payments SDK for V2 API, contains methods for charge, echeck, token, card and bank account APIs.
38
38
@@ -50,7 +50,9 @@ To test the code locally, follow the steps below:
50
50
1. cd to the project directory
51
51
2. Run the command: `mvn install` - this will run the unit test, build the project and generate data, devkit, qbapihelper(OAuth1.0a), oauth2-platform(OAuth2) jars
52
52
53
-
Note: To build out individual components such as ipp-v3-java-data.jar or ipp-v3-java-devkit.jar, remove parent dependency from the pom.xml of the respective projects and run maven install on the individual project folders.
53
+
Note:
54
+
- To build out individual components such as ipp-v3-java-data.jar or ipp-v3-java-devkit.jar, remove parent dependency from the pom.xml of the respective projects and run maven install on the individual project folders.
55
+
- As of version 6.0.0 test classes for ipp-v3-java-devkit won't compile with Java7.
54
56
55
57
## Release Notes
56
58
Refer to [Java SDK Release Notes](https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_sdks/0200_java/0080_quickbooks_java_sdk_release_notes).
@@ -76,5 +78,3 @@ Note: Before you submit the pull request, make sure to remove the keys and token
0 commit comments