lmsqueezy / laravel

A package to easily integrate your Laravel application with Lemon Squeezy.
https://lemonsqueezy.com
MIT License
468 stars 47 forks source link

"The related resource does not exist." Error on Production #74

Closed ianclemence closed 4 months ago

ianclemence commented 4 months ago

I've just integrated Lemon Squeezy into my Laravel app, following the documentation meticulously. Webhooks are working smoothly in Test mode, but when I switch to live mode, I encounter the error "The related resource does not exist." I've double-checked my setup against the documentation. Has anyone else faced this problem?

driesvints commented 4 months ago

You're certain the ID is of variant of a TEST product? And your API keys are testing API keys?

ianclemence commented 4 months ago

I realized I didn't update my variant-id in env file.

Closing this issue now