Attached is a payment processor module for Internet Secure. It has only been tested under Drupal-4.6.6 and it works. This module uses the Quantity method and depends on the product list being resident on Internet Secure. Other methods are available for those with large catalogues or require up front data collection for transactions in a manner similar to most of the other contrib payment modules.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | inetsecure.module.txt | 12.43 KB | alynner |
| inetsecure.tar.gz | 6.44 KB | grsingleton |
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.