Add redirect url to the invoice page

This commit is contained in:
nicolas.dorier
2018-01-14 15:01:09 +09:00
parent aed32204b5
commit 8517b222bf
3 changed files with 7 additions and 0 deletions

View File

@@ -112,6 +112,8 @@ namespace BTCPayServer.Models.InvoicingModels
get;
internal set;
}
public string RedirectUrl { get; set; }
public string Fiat
{
get;