Hi,
I recently bought Professional [Emerald] package.
I am in the process of setting up the subscriptions.
When I try to integrate Emerald with Payu India, I am facing a few challenges.
I have fixed most of them.
The current problem that I am stuck in is that Emerald's payu PG php sends the payment request as a GET request whereas Payu platform expects it to be a POST request.
I have contacted PAYu support and they have also confirmed this issue.
The following php code in payu_in.php seems to be the culprit:
JFactory::getApplication()->redirect($url);
This is reaching the payu platform as a GET request.
Could you please look into it and help?
Thank you very much.
Regards,
Hi, I recently bought Professional [Emerald] package.
I am in the process of setting up the subscriptions.
When I try to integrate Emerald with Payu India, I am facing a few challenges. I have fixed most of them.
The current problem that I am stuck in is that Emerald's payu PG php sends the payment request as a GET request whereas Payu platform expects it to be a POST request.
I have contacted PAYu support and they have also confirmed this issue.
The following php code in payu_in.php seems to be the culprit: JFactory::getApplication()->redirect($url);
This is reaching the payu platform as a GET request.
Could you please look into it and help?
Thank you very much.
Regards,