Hello tried to search about this, but there are no questions about this in the discord help section.
How the pricing table should be used with nextjs 14?
https://stripe.com/docs/payments/checkout/pricing-table
Can i just call it it in my billing component. Or should i take something else to account?
<CardContent>
<Script
async
src="https://js.stripe.com/v3/pricing-table.js"
></Script>
<stripe-pricing-table
pricing-table-id="<TableId>"
publishable-key="<Public key>"
></stripe-pricing-table>
</CardContent>