Zbiór zmian 956 dla trunk/eCard/eCardMVC/Platnosci/Controllers/MerchantController.cs
- Data:
- 2009-12-21 08:36:16 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Controllers/MerchantController.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Controllers/MerchantController.cs
r952 r956 51 51 var merchant = _eCardData.CreateMerchantData(platnosc, payer, language, Session.SessionID); 52 52 53 if (merchant == null || (merchant != null && (!String.IsNullOrEmpty(merchant.Error)))) 53 if (merchant == null || (merchant != null && (!String.IsNullOrEmpty(merchant.Error)))) 54 54 return View("Error1", _funkcjePlatnosci.InitErrorViewData(_translateManager.Translate("tlumaczenia", "error_hash"), payer.Id_faktury)); 55 55
