Zmiany pomiędzy wersją 4 and wersją 5 dla DeployerGuide/Others/eDokumentyApi
- Data i czas:
- 02/11/11 10:03:54 (14 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Others/eDokumentyApi
v4 v5 273 273 274 274 $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 277 277 278 278 $header = new SoapHeader('eDokumentyAPI', 'entity_symbol', DEFAULT_ENTITY_SYMBOL);