Skip to content

Commit fce2308

Browse files
committed
Generate Dispute webhooks
1 parent b49d925 commit fce2308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/typings/disputeWebhooks/disputeEventNotification.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export class DisputeEventNotification {
110110
export namespace DisputeEventNotification {
111111
export enum TypeEnum {
112112
Fraud = 'fraud',
113-
NotDelivered = 'notDelivered'
113+
NotDelivered = 'notDelivered',
114+
Duplicate = 'duplicate'
114115
}
115116
}

0 commit comments

Comments
 (0)