Zbiór zmian 877 dla trunk/eCard/eCardMVC/Platnosci/Controllers/PlatnoscController.cs
- Data:
- 2009-11-16 16:06:37 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Controllers/PlatnoscController.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Controllers/PlatnoscController.cs
r873 r877 106 106 if (payer != null) 107 107 { 108 System.Diagnostics.Debug.WriteLine("P ;atnosciController:Show");108 System.Diagnostics.Debug.WriteLine("PlatnosciController:Show"); 109 109 return RedirectToAction("Merchant", "Merchant", payer); 110 } 111 110 } 112 111 else return View("Error"); 113 112 } … … 235 234 public void UpdateStatus(int ordernumber, string validationcode) 236 235 { 237 var platnosc = _repPl.FindOne(i => i.ORDERNUMBER == ordernumber); 236 var platnosc = _rep.FindPaymentByOrdernumber(ordernumber).SingleOrDefault(); 237 //Pl.FindOne(i => i.ORDERNUMBER == ordernumber); 238 238 if (platnosc != null && platnosc.Status == true && validationcode == "000") 239 239 {
