-
-
Notifications
You must be signed in to change notification settings - Fork 374
Added the support for AWS EventBridge Shopify Webhook #1114
base: master
Are you sure you want to change the base?
Added the support for AWS EventBridge Shopify Webhook #1114
Conversation
…geWebhookSubscriptionCreate GraphQL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR but some minor feedback.
Change default value to `callbackUrl` for webhook_address_type
format the code
replace double quote with single quote
Hi @Kyon147 Thanks. |
@veed76 - can you take a look at your code coverage as it has dropped a lot 80% down from 92.70% |
Fix spacing issue
@Kyon147 Can you please tell me next what I need to do? |
@veed76 How about checking webhook URL like below? src/Services/ApiHelper.php line 370
To new one like ...
This implementation is much more like old version which support EventBridge URL. |
Hi @veed76 |
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: #1113