Tweaking CSS styles and display of payment method selection

This commit is contained in:
rockstardev
2018-07-17 00:14:56 -05:00
parent d49bbc95af
commit 203494e809
4 changed files with 28 additions and 8 deletions

View File

@@ -307,7 +307,7 @@ namespace BTCPayServer.Controllers
private string GetDisplayName(PaymentMethodId paymentMethodId, BTCPayNetwork network)
{
return paymentMethodId.PaymentType == PaymentTypes.BTCLike ?
network.DisplayName : network.DisplayName + " - Lightning Network";
network.DisplayName : network.DisplayName + " - Lightning";
}
private string GetImage(PaymentMethodId paymentMethodId, BTCPayNetwork network)