Skip to content

Commit 2796406

Browse files
authored
Update relationships for RepaymentStatusChanged Event (#417)
1 parent 3681bfe commit 2796406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/events.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -844,8 +844,8 @@ export type RepaymentStatusChanged = BaseEvent & {
844844
previousStatus: string
845845
}
846846
relationships: BaseEventRelationships & {
847-
dispute: Relationship
848-
transaction: Relationship
847+
repayment: Relationship
848+
payment: Relationship
849849
}
850850
}
851851

0 commit comments

Comments
 (0)