Change address if invoice get partially paid

This commit is contained in:
nicolas.dorier
2017-10-25 01:41:01 +09:00
parent c79db1dc99
commit 55a4c3c08d
14 changed files with 865 additions and 145 deletions

View File

@@ -21,5 +21,10 @@ namespace BTCPayServer.Data
{
get; set;
}
public DateTimeOffset? CreatedTime
{
get; set;
}
}
}