File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
src/main/java/com/wepay/model/data Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ 2016-01-25
2
+ * Released v5.0.0 (includes changes from v4.0.4 that was never released)
3
+ * Removed transactionAmount and transactionCurrency from EmvReceiptData
4
+
1
5
2016-01-06
2
- * Released v4.0.4
6
+ * Released v4.0.4 (Not Found)
3
7
* Added support for optional request parameter transaction_token in /checkout/create
4
8
5
9
2015-10-05
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.wepay</groupId >
10
10
<artifactId >wepay-java-sdk</artifactId >
11
- <version >4 .0.4 </version >
11
+ <version >5 .0.0 </version >
12
12
13
13
<name >wepay-java-sdk</name >
14
14
<description >WePay Java SDK</description >
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ public class EmvReceiptData {
6
6
public String applicationLabel ;
7
7
public String applicationIdentifier ;
8
8
public String terminalIdentification ;
9
- public BigDecimal transactionAmount ;
10
- public String transactionCurrency ;
11
9
public String transactionType ;
12
10
public String transactionCertificate ;
13
11
public String authorizationCode ;
You can’t perform that action at this time.
0 commit comments