php-dpd-api
php-dpd-api copied to clipboard
error report
trafficstars
- add protected field $lastErrors,
- after soap request check if status != "OK", if true save respons as JSON to $lastErrors,
- add public method getLastErrors() which returns content of $lastErrors variable,
- add instructions in README,
- update .gitignore