diff --git a/BTCPayServer.Plugins.Branta/Views/UIBranta/EditBranta.cshtml b/BTCPayServer.Plugins.Branta/Views/UIBranta/EditBranta.cshtml index 3491251..e89ece6 100644 --- a/BTCPayServer.Plugins.Branta/Views/UIBranta/EditBranta.cshtml +++ b/BTCPayServer.Plugins.Branta/Views/UIBranta/EditBranta.cshtml @@ -80,13 +80,7 @@ -@if (!Model.Settings.BrantaEnabled) -{ - -} -else if (string.IsNullOrEmpty(Model.Settings.StagingEnabled ? Model.Settings.StagingApiKey : Model.Settings.ProductionApiKey)) +@if (string.IsNullOrEmpty(Model.Settings.StagingEnabled ? Model.Settings.StagingApiKey : Model.Settings.ProductionApiKey)) { } -else -{ - -} @if (Model.Settings.StagingEnabled) { @@ -115,6 +103,13 @@ else
+ @if (!Model.Settings.BrantaEnabled) + { + + + Branta must be enabled to verify payments. + + }

By using Branta, you agree to our Terms