payment info
This commit is contained in:
parent
c5413f6bf6
commit
8b207b6461
5 changed files with 65 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@model NominativeServiceCommand
|
||||
@inject IOptions<PayPalSettings> PayPalSettings
|
||||
@Model.PaymentId
|
||||
|
||||
@if (Model!=null && Model.PaymentId!=null) {
|
||||
|
||||
@if (Model.Regularisation.Executor.Id == User.GetUserId()) {
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
</text>
|
||||
}
|
||||
<text> :
|
||||
</text><a asp-controller="Manage" asp-action="PaymentInfo" asp-route-id="@Model.Regularisation.PaypalPaymentId">@Model.Regularisation.PaypalPaymentId</a>
|
||||
</text><a asp-controller="Manage" asp-action="PaymentInfo" asp-route-id="@Model.Regularisation.CreationToken">@Model.Regularisation.CreationToken</a>
|
||||
|
||||
} else {
|
||||
<div id="paypalzone"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue