You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<stripe-pricing-table
pricing-table-id="prctbl_1NtEZSCMCmxSLOnr1kGCuIRl"
publishable-key="pk_live_51MS6I1CMCmxSLOnrhl3L60fqOQGXesUyz67QnTKMXBsspDEjifIaldAdrPZ5rAfg6A0VCEdNCoLwzwfnfKpD48bO00pvYzF8yG"
client-reference-id={user.id}
customer-email={user.email}
>
</stripe-pricing-table>````
"components/stripe/StripeTable.tsx"
In this file using stripe-pricing-table pricing-table-id and publishable-key are used directly, not from the .env file Why?
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: