23 lines
654 B
TOML
23 lines
654 B
TOML
# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration
|
|
|
|
name = "hutko-fiscal-ui-test"
|
|
handle = "hutko-fiscal-ui-test"
|
|
application_url = "https://dev.panariga.com/test082023"
|
|
embedded = true
|
|
client_id = "a75366f971c123d9ddbf5f8d6114b8fd"
|
|
|
|
[webhooks]
|
|
api_version = "2026-04"
|
|
|
|
[access_scopes]
|
|
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
|
|
scopes = "read_orders,write_orders,customer_read_orders"
|
|
optional_scopes = [ ]
|
|
use_legacy_install_flow = false
|
|
|
|
[auth]
|
|
redirect_urls = [ "https://dev.panariga.com/auth/callback" ]
|
|
|
|
[app_preferences]
|
|
url = "https://dev.panariga.com/setup"
|