diff --git a/BTCPayServer/Controllers/StoresController.LightningLike.cs b/BTCPayServer/Controllers/StoresController.LightningLike.cs index 501cfc16f..2c0faee78 100644 --- a/BTCPayServer/Controllers/StoresController.LightningLike.cs +++ b/BTCPayServer/Controllers/StoresController.LightningLike.cs @@ -211,7 +211,7 @@ namespace BTCPayServer.Controllers } var lnurl = GetExistingLNURLSupportedPaymentMethod(vm.CryptoCode, store); - if (lnurl != null && ( + if (lnurl is null || ( lnurl.EnableForStandardInvoices != vm.LNURLStandardInvoiceEnabled || lnurl.UseBech32Scheme != vm.LNURLBech32Mode || lnurl.LUD12Enabled != vm.LUD12Enabled))