-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshopify.app.toml
29 lines (23 loc) · 889 Bytes
/
shopify.app.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Learn more about configuring your app at https://d317i30he79rfg.cloudfront.net/docs/apps/tools/cli/configuration
client_id = "57b6e209afc603655aedaa6ac555309f"
name = "payment"
handle = "payment-113"
application_url = "https://d317i30he79rfg.cloudfront.net"
embedded = true
[build]
automatically_update_urls_on_dev = true
dev_store_url = "standbox.myshopify.com"
include_config_on_deploy = true
[access_scopes]
# Learn more at https://d317i30he79rfg.cloudfront.net/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_customers,read_payment_customizations,read_translations,write_payment_customizations"
[auth]
redirect_urls = [
"https://d317i30he79rfg.cloudfront.net/auth/callback",
"https://d317i30he79rfg.cloudfront.net/auth/shopify/callback",
"https://d317i30he79rfg.cloudfront.net/api/auth/callback"
]
[webhooks]
api_version = "2024-04"
[pos]
embedded = false