Skip to content

Commit f6f056a

Browse files
authored
Merge pull request #1488 from nickcarenza/main
Adding ISSUER_COMMENTS notification event code
2 parents f14ee1b + 90aae10 commit f6f056a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/typings/notification/notificationRequestItem.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export namespace NotificationRequestItem {
159159
Donation = <any> 'DONATION',
160160
Expire = <any> 'EXPIRE',
161161
HandledExternally = <any> 'HANDLED_EXTERNALLY',
162+
IssuerComments = <any> 'ISSUER_COMMENTS',
162163
ManualReviewAccept = <any> 'MANUAL_REVIEW_ACCEPT',
163164
ManualReviewReject = <any> 'MANUAL_REVIEW_REJECT',
164165
NotificationOfChargeback = <any> 'NOTIFICATION_OF_CHARGEBACK',

0 commit comments

Comments
 (0)