Skip to content

Commit d1befb0

Browse files
Fixing payeeMCC typo (it was written payeeMcc and that was causing it to not serialize the value from the API response, which is payeeMCC). (#64)
(cherry picked from commit 2caa4c2) Co-authored-by: siriusgomes <siriusvz@hotmail.com>
1 parent 661a9b0 commit d1befb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

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

55
<groupId>ai.pluggy</groupId>
66
<artifactId>pluggy-java</artifactId>
7-
<version>1.8.4</version>
7+
<version>1.8.5</version>
88

99
<packaging>jar</packaging>
1010

src/main/java/ai/pluggy/client/response/TransactionCreditCardMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class TransactionCreditCardMetadata {
99
Integer installmentNumber;
1010
Integer totalInstallments;
1111
Double totalAmount;
12-
Integer payeeMcc;
12+
Integer payeeMCC;
1313
Date purchaseDate;
1414
String cardNumber;
1515
String billId;

0 commit comments

Comments
 (0)