Hello, I've written a port for this module to D6 and it works in the first step i.e. sending data to the EBS sandbox. The problem is in the response that I receive...
I believe the $_GET['DR'] variable is never being set. I've never really written any code for D5 so I am quite inept at finding whats actually wrong... I singled it out to the line in bold...
$data = array(
'account_id' => variable_get('uc_ebs_account_id', ''),
'reference_no' => $order->order_id,
'amount' => $inr_total,
'description' => $description,
'return_url' => url('ebs_response', 'DR={DR}', NULL, TRUE),
);
I don't believe that sets the DR variable in any way? Does it???
I used this line to replace it in my code but I believe that is what is causing the errors...
'return_url' => url('ebs_response', array('absolute' => TRUE)),
Please help out... I shall release the working copy of the module out here...
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | uc_ebs-port-to-6.x.patch | 12.75 KB | sivaji_ganesh_jojodae |
Comments
Comment #1
venkat-rk commentedThank you for the interest and effort.
We actually have an alpha version of the D6 port and will be releasing it in the next couple of days or so. You can help test it out.
Comment #2
sivaji_ganesh_jojodae commentedCan i have a look at the alpha version of your code ?
Comment #3
sivaji_ganesh_jojodae commentedAny updates on this ? One of our projects requires EBS payment gateway. I can write the EBS module for d6 and share the code here, If there is no development work going on around.
Comment #4
sivaji_ganesh_jojodae commentedAttached is a patch to upgrade uc_ebs 5.x to 6.x. Developed for Free Software Media site http://fsm.co.in/site/ it works good in testing mode, yet to test in live mode. This module seems to be not maintained properly i would like to takeover the maintainer position let me know your thoughts.
Comment #5
sivaji_ganesh_jojodae commentedNo response from module maintainer(s) for #4 so i have create an issue [1] at drupal.org webmasters queue.
[1] http://drupal.org/node/693968
Comment #6
avpadernoI am changing the title to the correct one as for procedure listed in Dealing with abandoned projects.
I will send an email to the current maintainer, asking him to reply here.
Comment #7
avpadernoI sent an email to the current maintainer.
Comment #8
venkat-rk commentedkiamlaluno, thank you for emailing me. I am changing the title back as this is not an abandoned module by any chance!
Sivaji, I see that you have been interested in this for a while and we have been remiss. I will post the code for you and you can catch up from there on. It does exactly the same thing that your code does (works in test mode).
Comment #9
sivaji_ganesh_jojodae commentedThanks how about adding me as a maintainer of this project.
Comment #10
neokrish commentedD6 version of the module has been committed now.
Comment #11
venkat-rk commented@ sivaji: As I mentioned in my private email to you, there isn't heavy development of this module (except for version upgrades to keep in sync with Drupal and Ubercart) at the moment to warrant another co-maintainer. I will be happy to add you later when there is a real need for more hands.
Until then, you are always welcome to submit patches.
Comment #12
venkat-rk commentedBeta version for Drupal 6.0 available for download.