search for: authorized_net

Displaying 1 result from an estimated 1 matches for "authorized_net".

Did you mean: authorize_net
2006 May 30
2
ActiveMerchant
...ActiveMerchant currently? I''ve seen it recommended on this list several times, but it seems kind of buggy and incomplete and I''m having trouble getting it to work. >From the example at http://home.leetsoft.com/am/, I''ve tried: gateway = ActiveMerchant::Base.gateway(:authorized_net) response = gateway.capture(1000, creditcard) ..but it doesn''t work (uninitialized constant Base). I had to modify the above to add the module name: gateway = ActiveMerchant::Billing::Base.gateway(:bogus) response = gateway.capture(1000, creditcard) I''m currently getting an err...