Skip to content

Commit 9ac114e

Browse files
authored
Merge pull request #1506 from Adyen/1501-missing-event-codes
NotificationRequestItem: add missing event codes
2 parents 5ee100e + 2299121 commit 9ac114e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/typings/notification/notificationRequestItem.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,13 @@ export namespace NotificationRequestItem {
156156
CaptureFailed = 'CAPTURE_FAILED',
157157
Chargeback = 'CHARGEBACK',
158158
ChargebackReversed = 'CHARGEBACK_REVERSED',
159+
DisputeDefensePeriodEnded = 'DISPUTE_DEFENSE_PERIOD_ENDED',
159160
Donation = 'DONATION',
160161
Expire = 'EXPIRE',
161162
HandledExternally = 'HANDLED_EXTERNALLY',
163+
InformationSupplied = 'INFORMATION_SUPPLIED',
162164
IssuerComments = 'ISSUER_COMMENTS',
165+
IssuerResponseTimeframeExpired = 'ISSUER_RESPONSE_TIMEFRAME_EXPIRED',
163166
ManualReviewAccept = 'MANUAL_REVIEW_ACCEPT',
164167
ManualReviewReject = 'MANUAL_REVIEW_REJECT',
165168
NotificationOfChargeback = 'NOTIFICATION_OF_CHARGEBACK',

0 commit comments

Comments
 (0)