Index: trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx
===================================================================
--- trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx (revision 956)
+++ trunk/eCard/eCardMVC/Platnosci/Views/Platnosc/Ok.aspx (revision 971)
@@ -1,3 +1,3 @@
-<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<Platnosci.Models.InvoiceDetailsViewData>"%>
+<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<InvoiceDetailsViewData>"%>
 
 <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
@@ -7,9 +7,9 @@
 <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
     <%
-    if (!String.IsNullOrEmpty(Model.info))
+    if (!String.IsNullOrEmpty(Model.Info))
     {
     %>
         <p class="pay_error">
-            <%=Model.info%>
+            <%=Model.Info%>
         </p> 
     <%
@@ -19,5 +19,5 @@
     %>
         <p class="Info">
-            <%string podziekowaniaTxt = String.Format(HttpContext.GetGlobalResourceObject("tlumaczenia","podziekowania").ToString(),Model.vPlatnosciEcard.Faktura_Numer); %>
+            <%string podziekowaniaTxt = String.Format(HttpContext.GetGlobalResourceObject("tlumaczenia","podziekowania").ToString(),Model.Invoice.Faktura_Numer); %>
             <%=podziekowaniaTxt%>
         </p> 
