bump, add field to know if replaced

This commit is contained in:
nicolas.dorier
2018-01-10 18:40:53 +09:00
parent a33e20b46b
commit 983f34814f
4 changed files with 6 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ namespace BTCPayServer.Models.InvoicingModels
get;
set;
}
public bool Replaced { get; set; }
}
public string StatusMessage