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 1097 additions and 121 deletions
Showing only changes of commit 9656225b60 - Show all commits

View File

@@ -75,7 +75,7 @@ export default function PlanSummary({ plan, interval, limit, country, vatId, onC
const handleVerifyVatId = () => {
if (!vatId || !country) return
setVerifiedVatId(vatId)
fetchVAT(country, vatId, currentInterval)
// useEffect on verifiedVatId will trigger the fetch
}
const isVatChecked = verifiedVatId !== '' && verifiedVatId === vatId