Skip to content

Commit

Permalink
Add link to docs in deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkenyon committed Jan 24, 2024
1 parent 4ce783d commit 5a9436a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/shopify_api/webhooks/registry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ def process(request)
handler.handle(topic: request.topic, shop: request.shop, body: request.parsed_body)
ShopifyAPI::Logger.warn(<<~WARNING)
DEPRECATED: Use ShopifyAPI::Webhooks::Handler#handle_webhook
instead of ShopifyAPI::Webhooks::Handler#handle
instead of ShopifyAPI::Webhooks::Handler#handle.
https://github.com/Shopify/shopify-api-ruby/blob/main/docs/usage/webhooks.md#create-a-webhook-handler
WARNING
end
end
Expand Down

0 comments on commit 5a9436a

Please sign in to comment.