gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

Call Shopify Wehbook without laravel job and queue #1175

Closed BhuvneshSoniApporio closed 2 years ago

BhuvneshSoniApporio commented 2 years ago

Hii Developers,

In my application i don't want to run queue to listen continuously. So please help me how can i configure custom webhook that will run from shopify after an event like after create the order etc.

BhuvneshSoniApporio commented 2 years ago

@osiset Could you please help on this.

Kyon147 commented 2 years ago

@BhuvneshSoniApporio please move over to discussion if you want to request help or start a conversation.

Please keep issues relating to package bugs etc not for seeking help. This helps us to narrow down actual issues more quickly.

BhuvneshSoniApporio commented 2 years ago

Hi @Kyon147 There is an issue with package that i facing. I have removed all the webhooks from list those are install while installing app. Now i am getting exception message and that is

Class '\App\Jobs\ShopRedactJob' not found

I am getting this exception continuously. Could you please help me to identify this issue. Also let me know the reason of occurring this.

Kyon147 commented 2 years ago

You need to create this job, as Shopify will fire this webhook usually 3 days after the uninstall.