Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
27 Jan 2010 at 17:32 UTC
Updated:
16 Apr 2023 at 18:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sarhugo commentedComment #2
avpadernoComment #3
tr commentedI installed this module on my site and ran some test transactions. It works. I also read through the code to check that it was properly using the Ubercart APIs. I didn't see anything wrong. I researched existing payment methods and there is no duplication here - this is the only saferpay module available.
The code could use some comments and you should run it through the Coder module and clean up the small number of places where it doesn't conform to Drupal coding standards. This is the only reason I'm marking it "needs work" rather than RBTC.
Comment #4
sarhugo commentedHi, I added some function comments and also ran it throught the Coder module, fixing all the warnings.
Please check
Regards
Comment #5
tr commentedLooks good to me.
Comment #6
avpadernoJust two notes:
variable_del(); the used method could delete variables of other modules.drupal_urlencode(), rather thanurlencode().Comment #7
sarhugo commentedI'll fix these issues.
Thanks to all!
Kind Regards
Comment #8
sarhugo commentedMade the changes and uploaded the first release. Btw, excellent tutorial: http://drupal.org/handbook/cvs/quickstart
From now check for last changes at: http://drupal.org/project/uc_saferpay ;)
Regards
Comment #11
avpaderno