KonaKart Community Forum

General Category => Contributions => Topic started by: pooja on March 02, 2015, 05:02:53 am

Title: Payu module - Need to be checked
Post by: pooja on March 02, 2015, 05:02:53 am
Hi,

I have integrated a payment module viz. Payu. Its a Browser_payment_gateway. So I pass required information along with 'sessionId' as one of the custom parameters in the request and I get it back in the response from Payu. When a user  gets redirected from payu to my site, I want to show an order confirmation message depending on the status. That's why I am passing sessionId to maintain a user session.
    However, many times I get a failure and user gets redirected to the login page , sometimes it fails in checkSession(), sometimes in loginBySession or after that. I am not able to understand what is going wrong here.
    So I had posted a question and I was asked to share the module to test it. (Reference: http://www.konakart.com/forum/index.php/topic,1995.msg7650.html#msg7650)

Can anybody please help/guide me with this issue? I am stuck. Badly need some help.
Thank you in advance.
Title: Re: Payu module - Need to be checked
Post by: julie on March 02, 2015, 08:15:33 am
I wanted to reproduce your problem but can't get it to run at all. Can you provide some instructions as to how anyone can run what you just submitted? It seems to be missing all variables required to configure the gateway.