Closed (duplicate)
Project:
e-Commerce
Version:
4.6.x-1.x-dev
Component:
payment
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jun 2006 at 17:18 UTC
Updated:
17 Apr 2007 at 16:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
grsingleton commentedTested and working in 4.6.8
Comment #2
simeThis should go into HEAD as unmaintained IMO
Comment #3
alynner commentedI just installed and I got the following error:
I think I'm using drupal 4.7.
Is this dependant on another module?
thanks
alynner
Comment #4
alynner commentedI figured out that it is indeed because I am using 4.7 and the form API.
I have attached a version that works with 4.7 (I created using the above module).
I also included shipping calculations (works with shipcalc anyway - uses $txn->ship->cost) and hope to include tax calculations soon.
Comment #5
gordon commentedThis is actually a 4.6 module and needs to be upgraded to HEAD before it is commited.
Comment #6
alynner commentedsorry, i don't really know the process for this, I just wanted to post what I had done in case any one else wanted to use it.
Comment #7
alynner commentedsee http://drupal.org/node/112535 for updated 4.7 version
Comment #8
alynner commentedsuggest better coding, line 243-247
should be:
my php version gave errors on object2array, but you don't need it if you just change the code to what I've got there.
alynner
Comment #9
kbahey commentedA more recent version can be seen here http://drupal.org/node/112535
Closing this as a duplicate.