Zbiór zmian 956 dla trunk/eCard/eCardMVC/Platnosci/Models
- Data:
- 2009-12-21 08:36:16 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci/Models
- Pliki:
-
- 2 zmodyfikowane
-
FunkcjePlatnosci.cs (zmodyfikowane) (2 diffs)
-
eCardData.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Models/FunkcjePlatnosci.cs
r954 r956 61 61 waluta.Currency = GetCurrency(platnosc.waluta_miano); 62 62 if (waluta.Currency == PLN) 63 {64 63 waluta.Amount = Convert.ToInt32(platnosc.Brutto * 100); 65 }66 64 else 67 {68 65 waluta.Amount = Convert.ToInt32(platnosc.waluta_brutto * 100); 69 }70 66 71 67 return waluta; … … 112 108 break; 113 109 } 114 // else if (lang == "it") culture = "it-IT";115 // else if (lang == "fr") culture = "fr-FR";116 110 117 111 Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture(culture); -
trunk/eCard/eCardMVC/Platnosci/Models/eCardData.cs
r952 r956 59 59 var linkFail = ConfigurationManager.AppSettings["Strona"]; 60 60 linkFail += "/" + lang + ConfigurationManager.AppSettings["LinkFail"]; 61 linkFail += "/" + newPayment.IDFaktury + "?o=" + orderek; 61 linkFail += "/" + newPayment.IDFaktury + "?o=" + orderek; 62 62 63 63 var linkOk = ConfigurationManager.AppSettings["Strona"];
