From b9a1b0d9d8d865a022e217123400ac10f492eafb Mon Sep 17 00:00:00 2001 From: "MD. Atiqur Rahman" Date: Sat, 4 Sep 2021 08:13:28 +0600 Subject: [PATCH] Update install.php --- install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.php b/install.php index 8fa8351..052bcf4 100644 --- a/install.php +++ b/install.php @@ -7,8 +7,8 @@ $redirect_uri = "http://localhost/generate_token.php"; // Build install/approval URL to redirect to -$install_url = "https://" . $shop . ".myshopify.com/admin/oauth/authorize?client_id=" . $api_key . "&scope=" . $scopes . "&redirect_uri=" . urlencode($redirect_uri); +$install_url = "https://" . $shop . "/admin/oauth/authorize?client_id=" . $api_key . "&scope=" . $scopes . "&redirect_uri=" . urlencode($redirect_uri); // Redirect header("Location: " . $install_url); -die(); \ No newline at end of file +die();