Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link-stg-config #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"predev": "prisma generate && prisma migrate deploy",
"dev": "shopify app dev --tunnel-url=https://latori-17.ngrok.io:3000",
"config:link": "shopify app config link",
"config:push": "shopify app config push",
"config:push": "shopify app deploy",
"config:reset": "shopify app config use --reset",
"generate": "shopify app generate",
"deploy": "shopify app deploy",
Expand Down
10 changes: 5 additions & 5 deletions shopify.app.staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
client_id = "154a51d0aa303d265ddf1bad7f960aec"
name = "Unzer Payments SBX"
handle = "unzer-payments-sbx"
application_url = "https://connectivity.int.unzer.io/"
application_url = "https://plugin-1.test.unzer.com"
embedded = true

[build]
Expand All @@ -17,16 +17,16 @@ scopes = "read_orders,unauthenticated_read_checkouts,write_payment_gateways,writ

[auth]
redirect_urls = [
"https://connectivity.int.unzer.io/auth/callback",
"https://connectivity.int.unzer.io/auth/shopify/callback",
"https://connectivity.int.unzer.io/api/auth/callback"
"https://plugin-1.test.unzer.com/auth/callback",
"https://plugin-1.test.unzer.com/auth/shopify/callback",
"https://plugin-1.test.unzer.com/api/auth/callback"
]

[webhooks]
api_version = "2024-07"

[[webhooks.subscriptions]]
uri = "https://connectivity-shopify.int.unzer.io/webhooks"
uri = "/webhooks"
compliance_topics = [ "customers/data_request", "customers/redact", "shop/redact" ]

[pos]
Expand Down