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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,13 @@ The SDK works on JDK 1.6 and above.
39
39
2. Import it to the IDE of your choice
40
40
41
41
## Testing the code & building artifacts
42
+
42
43
To test the code locally, follow the steps below:
44
+
43
45
1. Update keys and tokens in [ippdevkit.properties](https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/master/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties)
46
+
44
47
Not sure how to get the tokens? Refer this [blog](https://developer.intuit.com/hub/blog/2016/04/25/quick-start-to-quickbooks-online-rest-api-with-oauth1-0) post to get on boarded with OAuth1 quickly.
48
+
45
49
2. cd to the project directory
46
50
3. Run the command: `mvn install` - this will run the unit test, build the project and generate data & devkit jars
0 commit comments