diff --git a/README.md b/README.md index f5fb0efd..478b0cd5 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Steps to contribute: 5. Create a pull request for review to request merge. 6. Obtain approval before your changes can be merged. -Note: Before you submit the pull request, make sure to remove the keys and tokens from [ippdevkit.properties](https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/master/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties) that you might have added for testing. +Note: Before you submit the pull request, make sure to remove the keys and tokens from [ippdevkit.properties](https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/master/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties) that you might have added for testing. To populate the security tokens in staging environment for testing,create an account in https://developer.intuit.com and then create an app to get client id and client secret in keys and credentials tab of the app and to get access token and realm id navigate to playground in Myhub. App id is the testsuit.qbo.app.token, client id is the testsuit.qbo.consumer.key,client secret is the testsuit.qbo.consumer.secret, access token is the testsuit.qbo.access.token and realm id is the testsuit.qbo.realm.id. There is no value mapping to testsuit.qbo.access.token.secret. Thank you for your contribution! diff --git a/ipp-v3-java-devkit/src/test/java/com/intuit/ipp/services/IPPHelper.java b/ipp-v3-java-devkit/src/test/java/com/intuit/ipp/services/IPPHelper.java index abd0aae3..154f2d83 100755 --- a/ipp-v3-java-devkit/src/test/java/com/intuit/ipp/services/IPPHelper.java +++ b/ipp-v3-java-devkit/src/test/java/com/intuit/ipp/services/IPPHelper.java @@ -55,7 +55,7 @@ private static IPPHelper init() { ippHelper.setQboConsumerKey(bundle.getString("testsuit.qbo.consumer.key")); ippHelper.setQboConsumerSecret(bundle.getString("testsuit.qbo.consumer.secret")); ippHelper.setQboAccessToken(bundle.getString("testsuit.qbo.access.token")); - ippHelper.setQboAccessTokenSecret(bundle.getString("testsuit.qbo.access.token.secret")); + // ippHelper.setQboAccessTokenSecret(bundle.getString("testsuit.qbo.access.token.secret")); ippHelper.setQboRealmID(bundle.getString("testsuit.qbo.realm.id")); Map env = System.getenv(); diff --git a/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties b/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties index 8db51489..e0ed2200 100755 --- a/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties +++ b/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties @@ -21,7 +21,7 @@ testsuit.qbo.app.token = testsuit.qbo.consumer.key = testsuit.qbo.consumer.secret = testsuit.qbo.access.token = -testsuit.qbo.access.token.secret = +#testsuit.qbo.access.token.secret = testsuit.qbo.realm.id =