Here is the same files but with added comments in the .module file explaining what I changed.

Comments

jhrizz’s picture

Yes, I too am interested!

Any update? Anyone willing to build it, oh, for a fee?

Cheers!

- Josh

js’s picture

I am interested as well.

jrust’s picture

If anyone converts it and posts it here I'll be happy to put out a release.

parvind87’s picture

StatusFileSize
new25.18 KB

I have created the drupal 7 version of uc_usaepay module. But it has some issue.
Can you fix the issues and upload it here ?

nstampler’s picture

What is the status of this? I have an immediate need for the USAepay - Ubercart payment module. If necessary, I wouldn't mind to get involved in the development myself and/or to pay for it to be completed. Please let me know ASAP.

Thanks!

soul2skin’s picture

ok so I used this usaepay module with my drupal 7.x and it works fine except I had one error Notice: Trying to get property of non-object in _uc_usaepay_get_cc_data() (line 362 of /home/content/03/11109003/html/sites/all/modules/uc_usaepay/uc_usaepay.module). so on line 362 it was spelled oder not order so it was looking for invalid variable ... Im not tester so Im not sure of the security of this module I believe there should be further testing .

ewtesterman’s picture

Issue summary: View changes

So I have installed the version above and edited it as soul2skin stated. On attempts to commit a purchase I constantly get the below error. Has anyone here encountered the same?

Reason: DECLINE-CV2 FAIL[0], CVV Result: No Match, AVS Result: Retry / System Unavailable

Drupal 7.22
Ubercart 3.6

aaronjsmith’s picture

Category: Feature request » Bug report

Error that I am receiving:

Payment failed for order 25: Sale: Error, Amount: Array1.00, Reason: Credit Card Number is required, Cvv2 is required, Credit Card expiration is required[99999], CVV Result: , AVS Result:

I have checked the error details and I cant find where the data is not being set.

donbon’s picture

Update: I am close to having a drupal 7 version of USAePay, I will post as soon as I've confirmed its working completely.

donbon’s picture

Issue summary: View changes
StatusFileSize
new11.88 KB

Here is the Drupal 7 version. It hasn't been thoroughly tested. I am willing to make small changes if someone comes across issues, but I'm relatively new to module development so grain of salt and all that.

IMPORTANT NOTE: Make sure that the Product Attributes module is turned on (you don't have to use it, just make sure its enabled) or else this module will not work.

EDIT: I did my best to make it so that anyone could just right click it and get the URL and then install through drupal's interface, but drupal.org decided to add an underscore in the file name after I uploaded it, so sorry about that.

donbon’s picture

Issue summary: View changes
StatusFileSize
new12.29 KB

Same files, but with comments in the .module file explaining what I changed.