payment urls @ haicut query creation
This commit is contained in:
parent
7bca9b1e50
commit
4fdd5173fc
1 changed files with 3 additions and 0 deletions
|
|
@ -233,6 +233,9 @@ namespace Yavsc.Controllers
|
|||
var items = model.GetBillItems();
|
||||
var addition = items.Addition();
|
||||
ViewBag.Addition = addition.ToString("C",CultureInfo.CurrentUICulture);
|
||||
ViewBag.CreatePaymentUrl = Request.ToAbsolute("api/haircut/createpayment/"+model.Id);
|
||||
ViewBag.ExecutePaymentUrl = Request.ToAbsolute("api/payment/execute");
|
||||
ViewBag.Urls=Request.GetPaymentUrls("HairCutCommand",model.Id.ToString());
|
||||
|
||||
return View("CommandConfirmation",model);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue