Active
Project:
Beanstream
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Jul 2011 at 21:07 UTC
Updated:
3 Jan 2013 at 08:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dan3h commentedI've got a D7 site that we have Ubercart on, and the client wants to use Beanstream... so I'm going to be doing what I can to get this module upgraded, if it isn't already (I see there *is* a 7.x branch, but it doesn't have much in it different from the 6.x branch).
I notice that some fixes have been made to the master branch as well as to the 6.x-2.x branch, which have not been pulled into the 7.x branch. I might try to pull some of that into 7, if it seems like it might help me get it working.
Any warnings/wisdom on this?
Comment #2
tommyallen789 commentedI also have a D7 site with Ubercart installed. The client has a TD Online Mart account a and would like to use that rather than PayPal. Any ideas on whether this will be possible within a month or so?
Thanks,
Tommy
Comment #3
Anonymous (not verified) commentedThis module exists here: http://drupal.org/project/commerce_beanstream
Comment #4
dan3h commentedI did end up using this module with our D7 site, ubercart and Beanstream, and if memory serves me correctly, it worked pretty much as-is. I may have had to make some minor tweak, but I forget now.
I did end up making some other improvements, which I hope to get around to posting here. Ping me if you are anxious to see it.
Comment #6
dan3h commentedHere is a patch from my latest version of the code.
I just checked, and I see there were a few more commits in September that I never pulled down into my code -- oops. So for the record, this diff is against the 2dd7782 commit of this project -- sorry about that!
Thanks, Ian, for prodding me to post this.
Comment #7
dan3h commentedJust redid the same patch for a D6 site, with the same functional additions as listed in the bullets in my comment #6, above.
It's the same as the D7 patch, except for the tokens-related stuff, where that API has changed a bit.
Comment #8
mikeoharaHi folks, am trying to get this working on D7 (ub3) and I think Ive got it patched, but, I have another issue.
I cannot get the Credit Card method to see the Beanstream gateway.. When I log in to attempt configuration, All I get is:
The beanstream module is definitely enabled, and it did not appear to error out. Not sure what I am missing.
The big problem is I need to make sure: One; it works in D7, and two; it supports uc_reccuring
Comment #9
dan3h commentedBesides enabling the module, you have to enable credit cards as a payment method. In D7, you'll find this by clicking "Store... Configuration... Payment settings..." (going to
admin/store/settings/payment). Check the checkbox for credit cards. Then click on "settings" for your credit card method, and there is some more beanstream config stuff in there for you to set up.Comment #10
waxb commentedso does this support uc_recurring or not? thanks
Comment #11
dan3h commentedI am not sure -- I am not an expert on this module. There is another issue for this module about recurring payments. Have a look in there. Or just install it and see if it works.
Comment #12
breezeweb commentedJust wanted to check and see if anyone is currently using the D7-patched version successfully at this time?