Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing "X-Shopify-Triggered-At" in ShopifyHeader #1941

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions packages/apps/shopify-api/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
Topic = 'X-Shopify-Topic',
SubTopic = 'X-Shopify-Sub-Topic',
WebhookId = 'X-Shopify-Webhook-Id',
TriggeredAt ="X-Shopify-Triggered-At",

Check failure on line 34 in packages/apps/shopify-api/lib/types.ts

View workflow job for this annotation

GitHub Actions / CI_Node_22

Replace `"X-Shopify-Triggered-At"` with `·'X-Shopify-Triggered-At'`

Check failure on line 34 in packages/apps/shopify-api/lib/types.ts

View workflow job for this annotation

GitHub Actions / CI_Node_22

Replace `"X-Shopify-Triggered-At"` with `·'X-Shopify-Triggered-At'`
StorefrontPrivateToken = 'Shopify-Storefront-Private-Token',
StorefrontSDKVariant = 'X-SDK-Variant',
StorefrontSDKVersion = 'X-SDK-Version',
Expand Down
Loading