search for: bogusgateway

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

2006 May 30
2
ActiveMerchant
...k (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 error like: undefined method `authorize'' for ActiveMerchant::Billing::BogusGateway:Class Though the method is implemented in both the bogus and base classes. I have this installed as a plugin from svn for rails 1.1 under ruby 1.8.4. Just wonder if there''s a really obvious solution that I''m missing. Thanks! -Pawel