diff --git a/components/checkout/PlanSummary.tsx b/components/checkout/PlanSummary.tsx index ec77686..ee26698 100644 --- a/components/checkout/PlanSummary.tsx +++ b/components/checkout/PlanSummary.tsx @@ -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