show the payment status in the command view

This commit is contained in:
Paul Schneider 2017-07-07 01:22:45 +02:00
commit ca1cff1706
6 changed files with 16 additions and 7 deletions

View file

@ -45,6 +45,7 @@ namespace Yavsc.Models.Payment {
public string State { get; set; }
public bool IsOk() { return State == "SUCCESS"; }
public virtual List<HyperLink> Links { get; set; }
}
}