Zmiany pomiędzy wersją 4 and wersją 5 dla DeployerGuide/Others/eDokumentyApi

Pokaż
Ignoruj:
Data i czas:
02/11/11 10:03:54 (13 years temu)
Autor:
TS (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Others/eDokumentyApi

    v4 v5  
    273273         
    274274$client = new EDokApiClient(null, $ops); 
    275 $client->setUser(EDOK_API_LOGIN); 
    276 $client->setPass(md5(EDOK_API_PASSWORD)); 
     275$client->setUser(EDOK_API_LOGIN); // ten sam co w config.inc 
     276$client->setPass(md5(EDOK_API_PASSWORD)); // to samo co w config.inc 
    277277 
    278278$header = new SoapHeader('eDokumentyAPI', 'entity_symbol', DEFAULT_ENTITY_SYMBOL);