From 6180ee9b804df8ab4ce1301e6edce37d72684d26 Mon Sep 17 00:00:00 2001 From: Chukwuleta Tobechi <47084273+TChukwuleta@users.noreply.github.com> Date: Sun, 19 Jan 2025 10:19:33 +0100 Subject: [PATCH] Add warning on Shopify V1 plugin (#6559) * Add warning on Shopify V1 plugin * missing rel in link --- BTCPayServer/Views/UIShopify/EditShopify.cshtml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BTCPayServer/Views/UIShopify/EditShopify.cshtml b/BTCPayServer/Views/UIShopify/EditShopify.cshtml index 3130bafab..491764506 100644 --- a/BTCPayServer/Views/UIShopify/EditShopify.cshtml +++ b/BTCPayServer/Views/UIShopify/EditShopify.cshtml @@ -7,6 +7,15 @@ var shopifyUrl = Model?.ShopifyUrl; } +
This Shopify integration has been discontinued by Shopify and will no longer be supported after August 31, 2025. If you completed your BTCPay Server-Shopify setup before December 31, 2024, you may continue using it until August 31, 2025. However, we recommend transitioning to Shopify V2 for continued functionality. All new users have to use Shopify V2. Refer to this guide to get started with Shopify V2
+