Disable convertir tab for all lightning payments

This commit is contained in:
nicolas.dorier
2018-03-24 23:43:02 +09:00
parent f5e62c775b
commit 95290e8331
3 changed files with 3 additions and 1 deletions

View File

@@ -208,6 +208,7 @@ namespace BTCPayServer.Controllers
{
CryptoCode = network.CryptoCode,
PaymentMethodId = paymentMethodId.ToString(),
IsLightning = paymentMethodId.PaymentType == PaymentTypes.LightningLike,
ServerUrl = HttpContext.Request.GetAbsoluteRoot(),
OrderId = invoice.OrderId,
InvoiceId = invoice.Id,