Index: trunk/eCard/eCardMVC/Platnosci/Global.asax.cs
===================================================================
--- trunk/eCard/eCardMVC/Platnosci/Global.asax.cs (revision 948)
+++ trunk/eCard/eCardMVC/Platnosci/Global.asax.cs (revision 967)
@@ -26,5 +26,18 @@
                 "eCard/Status.aspx",                                
                 new { controller = "Platnosc", action = "Status" }  
-            );            
+            );
+
+            routes.MapRoute(
+                "ConfirmationOk",
+                "{language}/Platnosc/Ok/{id}/{order}/",
+                new { controller = "Platnosc", action = "Ok", id="", order="", language="" }
+            );
+
+            routes.MapRoute(
+                "ConfirmationFail",
+                "{language}/Platnosc/Fail/{id}/",
+                new { controller = "Platnosc", action = "Ok", id = "", order = "", language = "" }
+            );
+
             routes.MapRoute(
                 "Default",                                                               
