mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
remove store ID from view request url (#5256)
This commit is contained in:
parent
1c5fcfe094
commit
90ce75ee21
@ -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…
Reference in New Issue
Block a user