show the payment status in the command view
This commit is contained in:
parent
283f3af2ed
commit
ca1cff1706
6 changed files with 16 additions and 7 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue