Skip to content

Commit

Permalink
Fix typo in customers/redact webhook topic (#1704)
Browse files Browse the repository at this point in the history
* Update shopify_app.rb.tt

Fix typo. Webhook topic should be "customers/redact".

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Nelson <nelsonwittwer@users.noreply.github.com>
  • Loading branch information
flavio-b and nelsonwittwer committed Jul 21, 2023
1 parent 5e71273 commit 73b2863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Unreleased
----------
* Fixes typo in webhook generator [#1704](https://github.com/Shopify/shopify_app/pull/1704)

21.6.0 (July 11, 2023)
----------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ShopifyApp.configure do |config|
config.webhooks = [
{ topic: "app/uninstalled", address: "webhooks/app_uninstalled"},
{ topic: "customers/data_request", address: "webhooks/customers_data_request" },
{ topic: "customer/redact", address: "webhooks/customers_redact"},
{ topic: "customers/redact", address: "webhooks/customers_redact"},
{ topic: "shop/redact", address: "webhooks/shop_redact"}
]

Expand Down

0 comments on commit 73b2863

Please sign in to comment.