diff --git a/app/checkout/page.tsx b/app/checkout/page.tsx index d1dae06..250653b 100644 --- a/app/checkout/page.tsx +++ b/app/checkout/page.tsx @@ -170,6 +170,8 @@ function CheckoutContent() { const planId = plan! const billingInterval = interval as 'month' | 'year' const pageviewLimit = Number(limit) + const [country, setCountry] = useState('') + const [vatId, setVatId] = useState('') return (