From 69ca88cdac79ab0b3dacb7f054d586b84435d411 Mon Sep 17 00:00:00 2001 From: SAILEE DAS <62833306+sailee987@users.noreply.github.com> Date: Wed, 15 Oct 2025 00:56:50 -0700 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5fb0efd..f696d494 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. Create an account in [developers](https://developer.intuit.com/) and create an app to retieve the parameters mentioned in ippdevkit.properties. Thank you for your contribution! From 55ec3e89066f8b0333905eddc5dd03d20dc4c8de Mon Sep 17 00:00:00 2001 From: SAILEE DAS <62833306+sailee987@users.noreply.github.com> Date: Thu, 16 Oct 2025 00:33:42 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f696d494..2df35658 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. Create an account in [developers](https://developer.intuit.com/) and create an app to retieve the parameters mentioned in ippdevkit.properties. +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. Create an account in [developers](https://developer.intuit.com/) and create an app to retrieve the parameters mentioned in ippdevkit.properties. Thank you for your contribution! From 77d5182c7dae01bdb27013168ce157925c55b8f4 Mon Sep 17 00:00:00 2001 From: SAILEE DAS <62833306+sailee987@users.noreply.github.com> Date: Thu, 16 Oct 2025 01:10:39 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df35658..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. Create an account in [developers](https://developer.intuit.com/) and create an app to retrieve the parameters mentioned in ippdevkit.properties. +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! From 85be09132d81aac28334e5f563c66ea1407cd826 Mon Sep 17 00:00:00 2001 From: SAILEE DAS <62833306+sailee987@users.noreply.github.com> Date: Thu, 16 Oct 2025 01:34:26 -0700 Subject: [PATCH 4/5] Update ippdevkit.properties as testsuit.qbo.access.token.secret is not available. --- ipp-v3-java-devkit/src/test/resources/ippdevkit.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = From 5af4c4af4ea9634d7b5e2e71d061adf81d5a40a5 Mon Sep 17 00:00:00 2001 From: SAILEE DAS <62833306+sailee987@users.noreply.github.com> Date: Thu, 16 Oct 2025 02:03:05 -0700 Subject: [PATCH 5/5] Update IPPHelper.java --- .../src/test/java/com/intuit/ipp/services/IPPHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();