Active
Project:
UC USAePay
Version:
6.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2012 at 00:40 UTC
Updated:
15 Sep 2014 at 23:22 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jhrizz commentedYes, I too am interested!
Any update? Anyone willing to build it, oh, for a fee?
Cheers!
- Josh
Comment #2
js commentedI am interested as well.
Comment #3
jrust commentedIf anyone converts it and posts it here I'll be happy to put out a release.
Comment #4
parvind87 commentedI have created the drupal 7 version of uc_usaepay module. But it has some issue.
Can you fix the issues and upload it here ?
Comment #5
nstampler commentedWhat 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!
Comment #6
soul2skin commentedok 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 .
Comment #7
ewtesterman commentedSo 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
Comment #8
aaronjsmith commentedError 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.
Comment #9
donbon commentedUpdate: I am close to having a drupal 7 version of USAePay, I will post as soon as I've confirmed its working completely.
Comment #10
donbon commentedHere 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.
Comment #11
donbon commentedSame files, but with comments in the .module file explaining what I changed.