vishal

Results 6 issues of vishal

There is support for webhookSubscriptionCreate. I check in osiste/Laravel Package and there is no support for eventBridgeWebhookSubscriptionCreate GraphQL. So I have added the support for eventBridgeWebhookSubscriptionCreate Issue: https://github.com/osiset/laravel-shopify/issues/1113

recalled

Hi @osiset @Kyon147 @lucasmichot I'm registering the webhook via AWS EventBridge, I have added the ARN for the webhook address. Example: ``` 'webhooks' => [ [ 'topic' => 'app/uninstalled', 'address'...

fix-in-progress
help-wanted

Hi @jwage I have executed below code and it throwing 504 Connection to database ``` $couchClient = CouchDBClient::create([ 'dbname' => env('DB_DATABASE'), 'user' => env('DB_USERNAME'), 'password' => env('DB_PASSWORD'), 'host' => env('DB_HOST'),...

Hi @oseintow I try to install app from shopify partner account and it show me this error while installing the app: http://i.imgur.com/iVMLUoG.png My domain is SSL. Can you please guide...

Hi @harish81 For foreign key I have to create migration manually of I can manage it from the package?

enhancement

Hi @robsonvn I tried to install this package in Laravel 7.11, but I get this error. ``` Your requirements could not be resolved to an installable set of packages. Problem...