laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Am I missing something important? How does the lemon-squeezy/webhook route work?

Open aiddroid opened this issue 1 year ago • 1 comments

Lemon Squeezy for Laravel Version

1.5.3

Laravel Version

10.4.1

PHP Version

8.1.0

Description

How does the /lemon-squeezy/webhook route work? I didn't see any route added to the routes.php file.When I send request to /lemon-squeezy/webhook, it returns 404 not found

Steps To Reproduce

NA

aiddroid avatar May 08 '24 12:05 aiddroid

Heya, this is added by the service provider here: https://github.com/lmsqueezy/laravel/blob/main/src/LemonSqueezyServiceProvider.php#L38

How are you sending the request?

driesvints avatar May 10 '24 10:05 driesvints

Maybe this is related, but when I run php artisan lmsqueezy:listen, I get this error:

Route [lemon-squeezy.webhook] not defined.

  at vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:497
    493▕             ! is_null($url = call_user_func($this->missingNamedRouteResolver, $name, $parameters, $absolute))) {
    494▕             return $url;
    495▕         }
    496▕ 
  ➜ 497▕         throw new RouteNotFoundException("Route [{$name}] not defined.");
    498▕     }
    499▕ 
    500▕     /**
    501▕      * Get the URL for a given route instance.

      +17 vendor frames 

  18  artisan:13

frankspin89 avatar May 20 '24 13:05 frankspin89

@frankspin89 will need a lot more info to reproduce that one...

driesvints avatar May 21 '24 10:05 driesvints

Heya, this is added by the service provider here: https://github.com/lmsqueezy/laravel/blob/main/src/LemonSqueezyServiceProvider.php#L38

How are you sending the request?

Readmd.md updated for the ServiceProvider, https://github.com/lmsqueezy/laravel/pull/89

aiddroid avatar May 22 '24 02:05 aiddroid

@aiddroid that can't be it because the service provider is autoloaded. You say you use Laravel 10.4.1. Could you please attempt to upgrade to the latest version to see if that helps?

driesvints avatar May 22 '24 11:05 driesvints

Going to close this one now as I don't believe there's an issue atm.

driesvints avatar May 27 '24 08:05 driesvints