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...

CommentFileSizeAuthor
#4 uc_ebs-port-to-6.x.patch12.75 KBsivaji_ganesh_jojodae

Comments

venkat-rk’s picture

Thank 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.

sivaji_ganesh_jojodae’s picture

Can i have a look at the alpha version of your code ?

sivaji_ganesh_jojodae’s picture

Any 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.

sivaji_ganesh_jojodae’s picture

Title: Drupal 6 port... $_GET['DR'] set » Drupal 6 port and takeover module maintainer position
StatusFileSize
new12.75 KB

Attached 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.

sivaji_ganesh_jojodae’s picture

No 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

avpaderno’s picture

Title: Drupal 6 port and takeover module maintainer position » Offering to take over EBS Payment Gateway for Ubercart

I 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.

avpaderno’s picture

I sent an email to the current maintainer.

Hello venkat-rk. I am writing you because offered to take over "EBS Payment Gateway for Ubercart".

Please reply on http://drupal.org/node/557480. If you don't reply in two weeks, access to the project CVS will be granted to sivaji .

Best regards
— kiamlaluno
Drupal.org site maintainer
Drupal.org contributions CVS maintainer

venkat-rk’s picture

Title: Offering to take over EBS Payment Gateway for Ubercart » Drupal 6 port... $_GET['DR'] set

kiamlaluno, 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).

sivaji_ganesh_jojodae’s picture

Thanks how about adding me as a maintainer of this project.

neokrish’s picture

Status: Active » Fixed

D6 version of the module has been committed now.

venkat-rk’s picture

@ 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.

venkat-rk’s picture

Status: Fixed » Closed (fixed)

Beta version for Drupal 6.0 available for download.