Skip to content

Commit b361a3b

Browse files
Adjust authorization declined event properties so they line up with the Unit docs (#394)
1 parent 0de948c commit b361a3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/events.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export type AuthorizationCanceled = BaseEvent & {
122122
export type AuthorizationDeclined = BaseEvent & {
123123
type: "authorization.declined"
124124
attributes: {
125+
merchant: Merchant
125126
reason: string
126127
} & AuthorizationAttributes
127128
relationships: AuthorizationRelationships

0 commit comments

Comments
 (0)