From face29fe041a848b68881b2d6706b4feaefd159f Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Wed, 10 Dec 2025 21:27:16 +0100 Subject: [PATCH] Fix: Update connection string type from breez to breezspark in JavaScript - Fixed JavaScript connection string generation in LNPaymentMethodSetupTab.cshtml - Updated all connection string examples to use breezspark - Updated UI text to reference BreezSpark instead of Breez --- .../Views/Shared/BreezSpark/LNPaymentMethodSetupTab.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BTCPayServer.Plugins.BreezSpark/Views/Shared/BreezSpark/LNPaymentMethodSetupTab.cshtml b/BTCPayServer.Plugins.BreezSpark/Views/Shared/BreezSpark/LNPaymentMethodSetupTab.cshtml index c65d51f..adfa0c4 100644 --- a/BTCPayServer.Plugins.BreezSpark/Views/Shared/BreezSpark/LNPaymentMethodSetupTab.cshtml +++ b/BTCPayServer.Plugins.BreezSpark/Views/Shared/BreezSpark/LNPaymentMethodSetupTab.cshtml @@ -40,7 +40,7 @@ if (this.checked) { const storeId = '@Model.StoreId'; const paymentKey = '@Html.Raw(paymentKey)'; - const connString = `type=breez;key=${paymentKey};storeId=${storeId}`; + const connString = `type=breezspark;key=${paymentKey};storeId=${storeId}`; connStringEl.value = connString; } }); @@ -52,7 +52,7 @@

@@ -63,7 +63,7 @@
Connection string will be auto-filled:
- type=breez;key=@paymentKey;storeId=@Model.StoreId + type=breezspark;key=@paymentKey;storeId=@Model.StoreId

The connection string above will be automatically filled when you select Breez.