Pokaż
Ignoruj:
Data:
2009-12-23 13:41:14 (16 years ago)
Autor:
marek
Opis:

re #215

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/adMoto.Payments.Web/Controllers/eCardController.cs

    r977 r979  
    44using adMoto.Payments.Core.Data; 
    55using adMoto.Payments.Core.Interfaces; 
     6using adMoto.Payments.Web.Exceptions; 
    67using Elmah; 
    78 
     
    3132            { 
    3233                if (System.Web.HttpContext.Current != null) 
    33                     ErrorSignal.FromCurrentContext().Raise(new Exception(), System.Web.HttpContext.Current); 
     34                    ErrorSignal.FromCurrentContext().Raise(new ConfirmationLogger(), System.Web.HttpContext.Current); 
    3435 
    3536                var potwierdzenie = new PotwierdzeniaEcard();