khushvindersharma / kpblogs

2 stars 3 forks source link

Could you share server side hash generation code #1

Closed pawarlalit29 closed 6 years ago

pawarlalit29 commented 6 years ago

Could you share server side hash generation code

//TODO Below url is just for testing purpose, merchant needs to replace this with their server side hash generation url URL url = new URL("https://www.khreedle.com/getHashCode.php");

khushvindersharma commented 6 years ago

​you can copy from my post:

https://kpblogs.com/mobile-development/payumoney-payment-gateway-integration-with-android/

Thanks, Khushvinder​

Thank You, Khushvinder Pal, 9810093311 https://kpblogs.com/

On Sat, Oct 28, 2017 at 7:37 PM, Lalit Pawar notifications@github.com wrote:

Could you share server side hash generation code

//TODO Below url is just for testing purpose, merchant needs to replace this with their server side hash generation url URL url = new URL("https://www.khreedle.com/getHashCode.php");

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/khushvindersharma/kpblogs/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AOUMnYKxXdaPK8mo4QgRB-0mh3wC_Nyoks5swzUsgaJpZM4QJ9Gt .

pawarlalit29 commented 6 years ago

thanks :+1: