feat: add VAT ID verify button and company info display

PlanSummary now has a Verify button for VAT ID instead of
auto-verifying on input. Shows company name and address from
VIES on successful verification, with warning on invalid IDs.
This commit is contained in:
Usman Baig
2026-03-27 12:16:46 +01:00
parent 20628fa6ab
commit 342d86c26d
2 changed files with 53 additions and 11 deletions

View File

@@ -109,6 +109,8 @@ export interface VATResult {
total_amount: string
vat_exempt: boolean
vat_reason: string
company_name?: string
company_address?: string
}
export interface CalculateVATParams {