You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.
For bug reporting only! If you're posting a feature request or discussion, please ignore.
Expected Behavior
I'm trying to create a route as stated in doc but it seems my route it still handled by default webhook controller.
Current Behavior
I got an error
Too few arguments to function App\Jobs\OrdersPaidJob::__construct(), 2 passed in vendor/laravel/framework/src/Illuminate/Foundation/Bus/Dispatchable.php on line 17 and exactly 3 expected
For bug reporting only! If you're posting a feature request or discussion, please ignore.
Expected Behavior
I'm trying to create a route as stated in doc but it seems my route it still handled by default webhook controller.
Current Behavior
I got an error
Which seems to demonstrate the dispatch is still made by the default
WebhookController
https://github.com/osiset/laravel-shopify/blob/3ed1a8f3f95cacbdfba65b69857fbc529ecbcb51/src/Traits/WebhookController.php#L29Failure Information
Please help provide information about the failure if this is a bug.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
routes/web.php
:in custom OrderPaidController
message as result.Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Please include any relevant log snippets or files here.
The text was updated successfully, but these errors were encountered: