Fix expiration message on checkout page

This commit is contained in:
nicolas.dorier
2018-01-20 00:33:37 +09:00
parent 579dcb5af8
commit db2a2a2b6c
3 changed files with 4 additions and 2 deletions

View File

@@ -39,5 +39,6 @@ namespace BTCPayServer.Models.InvoicingModels
public string OrderId { get; set; }
public string CryptoImage { get; set; }
public string NetworkFeeDescription { get; internal set; }
public int MaxTimeMinutes { get; internal set; }
}
}