fix: billing variant id

This commit is contained in:
Ahmed Bouhuolia
2024-06-06 11:19:19 +02:00
parent 909a70e2c5
commit 7dc769004d

View File

@@ -26,7 +26,7 @@ function SubscriptionPricing({
useGetLemonSqueezyCheckout();
const handleClick = () => {
getLemonCheckout({ variantId: '337977' })
getLemonCheckout({ variantId: '338516' })
.then((res) => {
const checkoutUrl = res.data.data.attributes.url;
window.LemonSqueezy.Url.Open(checkoutUrl);