php-dpd-api
php-dpd-api copied to clipboard
DPD Polska - API wrapper
I'm using demo credentials and i don't know why, but when i'm trying to use code from README, i have issue on pickup method. I receive this in browser: `Caught...
Requirements of the new version: - PHP > 7.3 - PSR-4/PSR-12 - support only for the latest DPD API version - CI (Github actions)
- 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...