Skip to content

Commit 29ed6f9

Browse files
authored
misc(notification): Add expire code to constants (#1284)
Minor change, adding the EXPIRE notification type to the NotificationRequestItem constants for import on our side when treating expire notifications
1 parent 12ce1ad commit 29ed6f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/adyen/model/notification/NotificationRequestItem.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class NotificationRequestItem {
5252
public static final String EVENT_CODE_PROCESS_RETRY = "PROCESS_RETRY";
5353
public static final String EVENT_CODE_REPORT_AVAILABLE = "REPORT_AVAILABLE";
5454
public static final String EVENT_CODE_VOID_PENDING_REFUND = "VOID_PENDING_REFUND";
55+
public static final String EVENT_CODE_EXPIRE = "EXPIRE";
5556

5657
//Dispute Event Codes
5758
public static final String EVENT_CODE_CHARGEBACK = "CHARGEBACK";

0 commit comments

Comments
 (0)