feat: saved cards management and account cards tab

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-25 18:04:21 +01:00
co-authored by Sisyphus
parent 785a6dbf6f
commit 2a8f04e7b3
2 changed files with 279 additions and 1 deletions
+1
View File
@@ -88,6 +88,7 @@ export interface Payment {
invoice_number?: number;
status: 'pending' | 'completed' | 'failed' | 'refunded';
amount: number;
card_last4?: string;
is_vat_applicable: boolean;
vat_rate?: number;
vat_amount?: number;