Order Creation Job is not working #199
Unanswered
a-akashsoni
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Same issue i am also getting i am using ng-fork for my local but web hook not coming, any help will be appriciated |
Beta Was this translation helpful? Give feedback.
1 reply
-
You likely need to go to API access against your app and allow it to access customer private data, otherwise you'll be getting this error silently: "This app is not approved to subscribe to webhook topics containing protected customer data.". This module does not handle errors that are returned from GraphQL for failed webhooks subscriptions currently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed the shopify package with Laravel 8, and I have created a order creation webhook using job. But when I implemented the code and execute, order creation job is not working. Kindly help me to resolve the issue so I use the order creation Job and execute my project.
Kindly revert as soon as possible.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions