@using System.Text.RegularExpressions
@model StoreViewModel
@{
Layout = "../Shared/_NavLayout.cshtml";
ViewData.SetActivePageAndTitle(StoreNavPages.Index, Model.StoreName);
}
Set up your wallet to receive payments at your store.
}
@scheme.Value
@if (scheme.Value.Length > 20)
{
var match = Regex.Match(scheme.Value, @"((?:-\[(?:[^\]])+\])+|\S{16})$");
@match.Value;
}
@if (scheme.WalletSupported)
{
Wallet
}
}
@if (scheme.Enabled)
{
Enabled
}
else
{
Disabled
}
@if (scheme.Enabled)
{
|
}
@(scheme.Enabled ? "Modify" : "Setup")
A connection to a Lightning node is required to receive Lightning payments.
}@scheme.Address
}
@if (scheme.Enabled)
{
Enabled
}
else
{
Disabled
}
@if (scheme.Enabled)
{
|
}
@(scheme.Enabled ? "Modify" : "Setup")
| Provider | Enabled | Actions |
|---|---|---|
| @scheme.Provider | @if (scheme.Enabled) { } else { } | @(scheme.Enabled ? "Modify" : "Setup") |
| Service | Actions |
|---|---|
| Setup |