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
|
|
@ -13,7 +13,12 @@
|
|||
</text>
|
||||
}
|
||||
<text> :
|
||||
</text><a asp-controller="Manage" asp-action="PaymentInfo" asp-route-id="@Model.Regularisation.CreationToken">@Model.Regularisation.CreationToken</a>
|
||||
|
||||
</text>
|
||||
<label>
|
||||
<input type="checkbox" checked="@Model.Regularisation.IsOk()" disabled/>
|
||||
<a asp-controller="Manage" asp-action="PaymentInfo" asp-route-id="@Model.Regularisation.CreationToken">@Model.Regularisation.CreationToken</a>
|
||||
</label>
|
||||
|
||||
} else {
|
||||
<div id="paypalzone"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue