Pokaż
Ignoruj:
Data:
2009-12-21 08:36:16 (16 years ago)
Autor:
alina
Opis:

re #215 drobne poprawki

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci/Controllers/MerchantController.cs

    r952 r956  
    5151            var merchant = _eCardData.CreateMerchantData(platnosc, payer, language, Session.SessionID); 
    5252             
    53             if (merchant == null || (merchant != null && (!String.IsNullOrEmpty(merchant.Error)))) 
     53            if (merchant == null || (merchant != null && (!String.IsNullOrEmpty(merchant.Error))))  
    5454                return View("Error1", _funkcjePlatnosci.InitErrorViewData(_translateManager.Translate("tlumaczenia", "error_hash"), payer.Id_faktury)); 
    5555