Pokaż
Ignoruj:
Data:
2009-11-24 12:24:57 (16 years ago)
Autor:
alina
Opis:

re #215 zmiana parametrow w konstruktorze PlatnosciController?, dostosowanie testow do zmiany

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci.Tests/Web/Function.cs

    r888 r896  
    1111    public class Function 
    1212    { 
    13         public vPlatnosciEcard createPayment(int id, string nip, string fak_numer, decimal brutto, byte SystemKsiegowy) 
     13        public vPlatnosciEcard createInvoice(int id, string nip, string fak_numer, decimal brutto, byte SystemKsiegowy) 
    1414        { 
    1515 
     
    3333            return platnosc; 
    3434        } 
     35        public PotwierdzeniaEcard createConfirm(string code, int ordernumber) 
     36        { 
     37            PotwierdzeniaEcard potwierdzenie = new PotwierdzeniaEcard(); 
     38            potwierdzenie.CURRENTSTATE = code; 
     39            potwierdzenie.ORDERNUMBER = ordernumber; 
     40 
     41            return potwierdzenie; 
     42        } 
    3543        public Payer createPayer(int id, string name, string surname) 
    3644        {