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
28 changed files with 1479 additions and 128 deletions
Showing only changes of commit 23132a5194 - Show all commits

View File

@@ -294,7 +294,7 @@ export default function PaymentForm({ plan, interval, limit, country, vatId }: P
{/* Non-card info */}
<AnimatePresence>
{!isCard && (
{selectedMethod && !isCard && (
<motion.p
initial={{ opacity: 0, height: 0 }}
animate={{ opacity: 1, height: 'auto' }}