Skip to content

Commit b9b2e62

Browse files
committed
Merge pull request #34 from wepay/fix-emv-receipt
Fix emv receipt
2 parents 74b3e78 + dfda57f commit b9b2e62

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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+
15
2016-01-06
2-
* Released v4.0.4
6+
* Released v4.0.4 (Not Found)
37
* Added support for optional request parameter transaction_token in /checkout/create
48

59
2015-10-05

lib/wepay.jar

-15.1 KB
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.wepay</groupId>
1010
<artifactId>wepay-java-sdk</artifactId>
11-
<version>4.0.4</version>
11+
<version>5.0.0</version>
1212

1313
<name>wepay-java-sdk</name>
1414
<description>WePay Java SDK</description>

src/main/java/com/wepay/model/data/EmvReceiptData.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ public class EmvReceiptData {
66
public String applicationLabel;
77
public String applicationIdentifier;
88
public String terminalIdentification;
9-
public BigDecimal transactionAmount;
10-
public String transactionCurrency;
119
public String transactionType;
1210
public String transactionCertificate;
1311
public String authorizationCode;

0 commit comments

Comments
 (0)