export const checkout = async () => {
await auth.api.polarCheckout({
query: {
productId: "6a77ff44-8349-436a-a46b-483cc3ba9f64",
},
params: {
slug: "pro",
},
headers: await headers(),
});
};
export const checkout = async () => {
await auth.api.polarCheckout({
query: {
productId: "6a77ff44-8349-436a-a46b-483cc3ba9f64",
},
params: {
slug: "pro",
},
headers: await headers(),
});
};