We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade3f74 commit d51cb63Copy full SHA for d51cb63
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>gr4vy</artifactId>
6
<packaging>jar</packaging>
7
<name>gr4vy</name>
8
- <version>0.34.1</version>
+ <version>0.34.2</version>
9
<url>https://gr4vy.com</url>
10
<description>Gr4vy Java SDK</description>
11
src/main/java/com/gr4vy/api/model/TransactionHistoryEvent.java
@@ -166,6 +166,8 @@ public enum NameEnum {
166
THREE_D_SECURE_SUCCESS("three-d-secure-success"),
167
168
TRANSACTION_API_REQUEST("transaction-api-request"),
169
+
170
+ REAL_TIME_ACCOUNT_UPDATE("real-time-account-update"),
171
172
TRANSACTION_API_RESPONSE("transaction-api-response");
173
0 commit comments