start work on payment tolerance feature

This commit is contained in:
Andrew Camilleri
2018-05-04 16:15:34 +02:00
parent 8a4da361fd
commit c3d73236e0
9 changed files with 44 additions and 4 deletions

View File

@@ -178,7 +178,7 @@ namespace BTCPayServer.Models
}
//"exceptionStatus":false
//Can be `paidPartial`, `paidOver`, or false
//Can be `paidPartial`, `paidOver`, `paidWithinTolerance` or false
[JsonProperty("exceptionStatus")]
public JToken ExceptionStatus
{