test/dummy/config/initializers/disco_app.rb in disco_app-0.16.1 vs test/dummy/config/initializers/disco_app.rb in disco_app-0.17.0

- old
+ new

@@ -4,10 +4,10 @@ # Required configuration. config.app_name = ENV['SHOPIFY_APP_NAME'] # Set a list of webhook topics to listen for. # See https://help.shopify.com/api/reference/webhook. - config.webhook_topics = [:'orders/create', :'orders/paid', :'carts/create', :'carts/update'] + config.webhook_topics = %i[orders/create orders/paid carts/create carts/update] # Set the below if using an application proxy. config.app_proxy_prefix = ENV['SHOPIFY_APP_PROXY_PREFIX'] # Set the below if providing a carrier service endpoint.