Skip to content

Commit

Permalink
misc(notification): Add expire code to constants (#1284)
Browse files Browse the repository at this point in the history
Minor change, adding the EXPIRE notification type to the NotificationRequestItem constants for import on our side when treating expire notifications
  • Loading branch information
oualidsr committed May 7, 2024
1 parent 12ce1ad commit 29ed6f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public class NotificationRequestItem {
public static final String EVENT_CODE_PROCESS_RETRY = "PROCESS_RETRY";
public static final String EVENT_CODE_REPORT_AVAILABLE = "REPORT_AVAILABLE";
public static final String EVENT_CODE_VOID_PENDING_REFUND = "VOID_PENDING_REFUND";
public static final String EVENT_CODE_EXPIRE = "EXPIRE";

//Dispute Event Codes
public static final String EVENT_CODE_CHARGEBACK = "CHARGEBACK";
Expand Down

0 comments on commit 29ed6f9

Please sign in to comment.