Add invoice payment dialog

This commit is contained in:
Jon Staab
2026-03-31 08:02:35 -07:00
parent 95c971af1a
commit 15394f55d2
7 changed files with 337 additions and 18 deletions
+1
View File
@@ -104,6 +104,7 @@ export type Invoice = {
id: string
tenant: string
status: string
amount: number
created_at: number
attempted_at: number
error: string