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 @@
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.