Skip to content

Commit

Permalink
Merge pull request #54 from j-gao/complete-9.2.0-release
Browse files Browse the repository at this point in the history
Add changes for 9.2.0 release
  • Loading branch information
j-gao authored Apr 30, 2018
2 parents 6996848 + 60069fe commit 998c744
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2018-01-10
* Released v9.2.0
* Added support for Account.disablementTime and Account.ownerUserId

2017-08-24
* Released v9.1.0, updating API support to 2017-05-31
* Added support for CreditCard.bin
Expand Down
Binary file modified lib/wepay.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.wepay</groupId>
<artifactId>wepay-java-sdk</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>

<name>wepay-java-sdk</name>
<description>WePay Java SDK</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/wepay/net/WePayResource.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected static javax.net.ssl.HttpsURLConnection httpsConnect(String call, Head
connection.setRequestMethod("POST");
connection.setRequestProperty("Content-Type", "application/json");
connection.setRequestProperty("Api-Version", "2017-05-31");
connection.setRequestProperty("User-Agent", "WePay Java SDK v9.1.0");
connection.setRequestProperty("User-Agent", "WePay Java SDK v9.2.0");

if (headerData != null) {
if (headerData.accessToken != null) {
Expand Down

0 comments on commit 998c744

Please sign in to comment.