chore: change the variant id.

This commit is contained in:
Ahmed Bouhuolia
2024-06-02 17:34:52 +02:00
parent 85f26e1079
commit 890903e08b
2 changed files with 128 additions and 1 deletions

View File

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