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 a55f9a91bd - Show all commits

View File

@@ -170,7 +170,7 @@ export default function PlanSummary({ plan, interval, limit, country, vatId, onC
</div> </div>
</motion.div> </motion.div>
)} )}
{isVatChecked && vatResult && !vatResult.vat_exempt && ( {isVatChecked && !vatLoading && !isVatValid && vatResult && !vatResult.vat_exempt && (
<motion.p <motion.p
initial={{ opacity: 0 }} initial={{ opacity: 0 }}
animate={{ opacity: 1 }} animate={{ opacity: 1 }}