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
{{ message }}
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
While creating a checkout, when I pass variant and store ids why the custom price is required, and I only want to prefill the email field, and other fields like the customer name and billing address are filled by the customer.
let link = await LEMONSQUEEZY_CLIENT.createCheckout({ variant: process.env.VARIANT_ID as string, store: process.env.STORE_ID as string, custom_price: 15000, checkout_data: { email: user.email, }, });
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While creating a checkout, when I pass variant and store ids why the custom price is required, and I only want to prefill the email field, and other fields like the customer name and billing address are filled by the customer.
let link = await LEMONSQUEEZY_CLIENT.createCheckout({ variant: process.env.VARIANT_ID as string, store: process.env.STORE_ID as string, custom_price: 15000, checkout_data: { email: user.email, }, });
The text was updated successfully, but these errors were encountered: