Skip to content

Commit 414b38a

Browse files
committed
Merge pull request #35 from wepay/fix-emv-receipt
updated user-agent and binary for version 5.0.0
2 parents b9b2e62 + 1125d16 commit 414b38a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/wepay.jar

772 Bytes
Binary file not shown.

src/main/java/com/wepay/net/WePayResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected static javax.net.ssl.HttpsURLConnection httpsConnect(String call, Stri
5353
connection.setRequestMethod("POST");
5454
connection.setRequestProperty("Content-Type", "application/json");
5555
connection.setRequestProperty("Api-Version", "2015-11-18");
56-
connection.setRequestProperty("User-Agent", "WePay Java SDK v4.0.4");
56+
connection.setRequestProperty("User-Agent", "WePay Java SDK v5.0.0");
5757
if (accessToken != null) {
5858
connection.setRequestProperty("Authorization", "Bearer " + accessToken);
5959
}

0 commit comments

Comments
 (0)