DivideBV / Postnl

Library to connect to PostNL's SOAP service called CIF
GNU General Public License v2.0
31 stars 40 forks source link

Debugging #60

Closed qualityplatforms closed 7 years ago

qualityplatforms commented 7 years ago

Hello there,

Since we have a problem with implentation of a new product of PostNL we have problems with the implentation. PostNL ask us about the request URL and all logs of the request, but i can't give it to them because the API has no debugging features.

Can someone help me by adding those features?

Thanks in advance.

ameenross commented 7 years ago

That already exists. The main Postnl class has a debug() method.

https://github.com/DivideBV/Postnl/blob/master/src/Postnl.php#L524