walmart-partner-api-sdk-php
walmart-partner-api-sdk-php copied to clipboard
I get "Unauthorized" error
I put the correct consumerId and privateKey but I get the "Unauthorized" error again and again. Don't know how to solve it.
I am getting the same issue, but only on live server(different timezone/location) while it is working fine in the localhost.
Update: I solved it by modifying the code(adding intval on the line 44 of AuthSubscriber) as suggested in this closed issue #15. Seems to be a php version dependent thing!?