-1

I am using Merb. I can't seem to get activemerchant to load using Bundler. All my other gems load fine.

In my Gemfile I am using:

gem 'activemerchant', :require => 'active_merchant'

Here is the relevant error:

uninitialized constant ActiveMerchant::Billing::AuthorizedNetGateway

Anyone run into this or have any ideas?

Thanks ahead of time!

Damien MATHIEU
  • 31,924
  • 13
  • 86
  • 94
m7d
  • 736
  • 6
  • 18
  • Never mind, I figured it out. The symbol that indicates the AuthorizeNetGateway changed in activemerchant. Just had to update my legacy code. – m7d Apr 17 '10 at 23:17

1 Answers1

1

Never mind, I figured it out. The symbol that indicates the AuthorizeNetGateway changed in activemerchant. Just had to update my legacy code.

m7d
  • 736
  • 6
  • 18