From bf7c8d5a5c6d0c69014dd0d9b6f088645bdb23cd Mon Sep 17 00:00:00 2001 From: rockstardev Date: Sat, 26 Sep 2020 13:27:18 -0500 Subject: [PATCH] Bugfixing references to shop, correcting them to be dynamic --- BTCPayServer/Views/Stores/Integrations/Shopify.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BTCPayServer/Views/Stores/Integrations/Shopify.cshtml b/BTCPayServer/Views/Stores/Integrations/Shopify.cshtml index 1b4764f19..e580286cc 100644 --- a/BTCPayServer/Views/Stores/Integrations/Shopify.cshtml +++ b/BTCPayServer/Views/Stores/Integrations/Shopify.cshtml @@ -59,10 +59,10 @@ {

- In Shopify please paste following script at Settings > Checkout > Order Processing > Additional Scripts + In Shopify please paste following script at Settings > Checkout > Order Processing > Additional Scripts

- <script src='https://btcpay151676.lndyn.com/stores/4mWitQRd4pdw4SRai6xRZnZB3Y4LbR953duK1kK58Hgh/integrations/shopify/shopify.js'></script> + @($"")
} @@ -71,7 +71,7 @@

Checkout scripts should be automatically added to the order status page to display the BTCPay payment option.

}

- In Shopify please add a payment method at Settings > Payments > Manual Payment Methods with the name Bitcoin with BTCPay Server + In Shopify please add a payment method at Settings > Payments > Manual Payment Methods with the name Bitcoin with BTCPay Server