Edit file File name : shopify.app.toml Content :# Learn more about configuring your app at https://shopify.dev/docs/apps/tools/cli/configuration client_id = "68417d78d95d98c26ff0e5bdd0d1e8e2" name = "amwal-pay" handle = "amwal-payment-app" application_url = "https://amwalshopify.appsgateway.website" embedded = false [access_scopes] # Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes scopes = "write_orders,read_orders,write_order_edits,read_order_edits,write_payment_customizations,read_payment_customizations" use_legacy_install_flow = true [auth] redirect_urls = [ "https://amwalshopify.appsgateway.website/shopify/callback", ] [webhooks] api_version = "2024-01" [pos] embedded = false Save