Index: trunk/eCard/eCardMVC/Platnosci/Default.aspx.cs
===================================================================
--- trunk/eCard/eCardMVC/Platnosci/Default.aspx.cs (revision 866)
+++ trunk/eCard/eCardMVC/Platnosci/Default.aspx.cs (revision 971)
@@ -2,8 +2,6 @@
 using System.Web.Mvc;
 using System.Web.UI;
-using System.Globalization;
-using System.Threading;
 
-namespace Platnosci
+namespace adMoto.Payments.Web
 {
     public partial class _Default : Page
@@ -15,5 +13,5 @@
             // can correctly process the response (if caching is enabled).
 
-            string originalPath = Request.Path;
+            var originalPath = Request.Path;
             HttpContext.Current.RewritePath(Request.ApplicationPath, false);
             IHttpHandler httpHandler = new MvcHttpHandler();
