Afzal Abbas

Results 19 comments of Afzal Abbas

Please can you send a PR ?

Please pull in the latest changes. The bug should be fixed.

Could you please tell me in which screen does this error pops up ?

I was also struggling with the same issue, thanks for the fix @olsio

Can you give a bit more explanation ? or maybe code example ?

for Laravel Implementation check the gist [https://gist.github.com/iZaL/61908c821f31be351c8b5b45dedbf08d](https://gist.github.com/iZaL/61908c821f31be351c8b5b45dedbf08d)

that is a raw implementation, but you will get the idea..

are you using test credentials ? are you testing in online or just localhost ? Knet response will fail if it cannot reach the redirect host. so you have to...

show the response method ? please note that your response method should return the string ` return "REDIRECT=" . $redirectURL . $urlParams;"` with exact format. you cannot return anything else....