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

Commit cf13b55

Browse files
Update transaction.d.ts (#787)
1 parent 332de22 commit cf13b55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/types/transaction.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ export interface TransactionsResponse {
4545
formatted: string
4646
}
4747
}
48+
payment_details: {
49+
detailed_status: string
50+
}
4851
}
4952
next_actions?: string[]
5053
}
@@ -82,6 +85,9 @@ export interface TransactionBase {
8285
formatted: string
8386
}
8487
}
88+
payment_details: {
89+
detailed_status: string
90+
}
8591
}
8692
timestamps: any
8793
next_actions?: string[]

0 commit comments

Comments
 (0)