mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
remove store ID from view request url (#5256)
This commit is contained in:
parent
1c5fcfe094
commit
90ce75ee21
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
|||
{
|
||||
<tr>
|
||||
<td>
|
||||
<a asp-action="ViewPaymentRequest" asp-route-storeId="@item.StoreId" asp-route-payReqId="@item.Id" id="PaymentRequest-@item.Id">@item.Title</a>
|
||||
<a asp-action="ViewPaymentRequest" asp-route-payReqId="@item.Id" id="PaymentRequest-@item.Id">@item.Title</a>
|
||||
</td>
|
||||
<td>
|
||||
@(item.ExpiryDate?.ToBrowserDate() ?? new HtmlString("<span class=\"text-muted\">No Expiry</span>"))
|
||||
|
|
Loading…
Add table
Reference in a new issue