Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit cea1ed5

Browse files
Update transaction.d.ts (#788)
1 parent e639977 commit cea1ed5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/types/transaction.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ export interface TransactionsResponse {
4545
formatted: string
4646
}
4747
}
48-
payment_details: {
49-
detailed_status: string
50-
}
5148
}
5249
next_actions?: string[]
50+
payment_details?: {
51+
detailed_status?: string
52+
}
5353
}
5454
}
5555

@@ -85,9 +85,9 @@ export interface TransactionBase {
8585
formatted: string
8686
}
8787
}
88-
payment_details: {
89-
detailed_status: string
90-
}
88+
}
89+
payment_details?: {
90+
detailed_status?: string
9191
}
9292
timestamps: any
9393
next_actions?: string[]

0 commit comments

Comments
 (0)