Add Mollie checkout flow, billing UI, and payment UX polish #71
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user