Remove useless field

This commit is contained in:
nicolas.dorier 2018-01-08 20:57:11 +09:00
parent a16cd3e287
commit 5910644cda
2 changed files with 0 additions and 9 deletions

View File

@ -105,11 +105,6 @@ namespace BTCPayServer.Models.InvoicingModels
get;
set;
}
public decimal Rate
{
get;
internal set;
}
public string NotificationUrl
{
get;

View File

@ -65,10 +65,6 @@
<th>Order Id</th>
<td>@Model.OrderId</td>
</tr>
<tr>
<th>Rate</th>
<td>@Model.Rate</td>
</tr>
<tr>
<th>Total fiat due</th>
<td>@Model.Fiat</td>