Skip to content

Commit fba4788

Browse files
committed
Merge branch 'develop' of https://github.com/intuit/QuickBooks-V3-Java-SDK into develop
2 parents fc575a5 + 9a7401b commit fba4788

File tree

11 files changed

+14
-5
lines changed

11 files changed

+14
-5
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![SDK Banner](views/SDK.png)][ss1]
1+
[![Rate your SDK](views/RateSDK.png)][ss1][![Yes](views/Thumbup.png)][ss2][![No](views/Thumbdown.png)][ss3]
2+
23

34
V3-JAVA-SDK
45
===========
@@ -75,4 +76,6 @@ Note: Before you submit the pull request, make sure to remove the keys and token
7576

7677
Thank you for your contribution!
7778

78-
[ss1]: https://help.developer.intuit.com/s/SDKFeedback?cid=1180
79+
[ss1]: #
80+
[ss2]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=Yes&checkpoint=JavaQBOSDK&pageUrl=github
81+
[ss3]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=No&checkpoint=JavaQBOSDK&pageUrl=github

ipp-v3-java-devkit/pom.xml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>commons-io</groupId>
9494
<artifactId>commons-io</artifactId>
95-
<version>2.5</version>
95+
<version>2.7</version>
9696
</dependency>
9797
<dependency>
9898
<groupId>commons-codec</groupId>

payments-api/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Rate your SDK](view/RateSDK.png)][ss1][![Yes](view/Thumbup.png)][ss2][![No](view/Thumbdown.png)][ss3]
2+
13
JAVA-PAYMENTS-SDK
24
==================
35

@@ -101,6 +103,10 @@ For logging requestId, use the following method
101103
token.getRequestId();
102104
```
103105
106+
[ss1]: #
107+
[ss2]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=Yes&checkpoint=JavaPaymentsSDK&pageUrl=github
108+
[ss3]: https://customersurveys.intuit.com/jfe/form/SV_9LWgJBcyy3NAwHc?check=No&checkpoint=JavaPaymentsSDK&pageUrl=github
109+
104110
## Sample
105111
For more samples on how to create other entities and operation, take a look at the sample application below :
106112
[sample](https://github.com/IntuitDeveloper/SampleApp-Payments-Java/tree/master/src/main/java/com/intuit/sample/paymentsdk)

payments-api/view/RateSDK.png

2.27 KB
Loading

payments-api/view/Thumbdown.png

978 Bytes
Loading

payments-api/view/Thumbup.png

839 Bytes
Loading

pom.xml

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.apache.httpcomponents</groupId>
3838
<artifactId>httpclient</artifactId>
39-
<version>4.5.10</version>
39+
<version>4.5.13</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.httpcomponents</groupId>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.apache.ant</groupId>
6666
<artifactId>ant</artifactId>
67-
<version>1.10.6</version>
67+
<version>1.10.11</version>
6868
</dependency>
6969
</dependencies>
7070

views/RateSDK.png

2.27 KB
Loading

views/SDK.png

-15.2 KB
Binary file not shown.

views/Thumbdown.png

978 Bytes
Loading

0 commit comments

Comments
 (0)