Add Mollie checkout flow, billing UI, and payment UX polish #71

Merged
uz1mani merged 73 commits from staging into main 2026-03-28 10:28:03 +00:00
17 changed files with 1120 additions and 121 deletions
Showing only changes of commit 3306508bf0 - Show all commits

View File

@@ -84,7 +84,7 @@ export default function PlanSummary({ plan, interval, limit, country, vatId, onC
}
const isVatChecked = verifiedVatId !== '' && verifiedVatId === vatId
const isVatValid = isVatChecked && vatResult?.vat_exempt === true
const isVatValid = isVatChecked && !!vatResult?.company_name
return (
<div className="rounded-2xl border border-neutral-800 bg-neutral-900/50 backdrop-blur-xl p-5 space-y-4">