undefined local variable or method `logger' for #<ActiveMerchant::Billing::AuthorizeNetGateway:0x37cad14>
RAILS_ROOT: /Users/roberthead/Documents/rails/shopdragon
I fixed my problem by removing /vendor/plugins/active_shipping/lib/active_shipping/lib/posts_data.rb
which was conflicting with the same file found in the activemerchant (1.4.2) gem.
I am using the active_shipping extension in Spree Commerce to calculate live shipping rates. There is a know conflict with active_shipping and ActiveMerchant. I easily solved this by removing the redundant ActiveMerchant lib files and just used the gem files. I suggest you merge this back in or find some other solution. Code here => http://github.com/pho3nixf1re/active_shipping
NameError in SalesController#create
undefined local variable or method `logger' for #<ActiveMerchant::Billing::AuthorizeNetGateway:0x37cad14>
RAILS_ROOT: /Users/roberthead/Documents/rails/shopdragon
Application Trace | Framework Trace | Full Trace
/Users/roberthead/Documents/rails/shopdragon/vendor/plugins/active_shipping/lib/active_shipping/lib/posts_data.rb:36:in
ssl_request' /Users/roberthead/Documents/rails/shopdragon/vendor/plugins/active_shipping/lib/active_shipping/lib/posts_data.rb:26:inssl_post' /Users/roberthead/Documents/rails/shopdragon/vendor/gems/activemerchant-1.4.2/lib/active_merchant/billing/gateways/authorize_net.rb:239:in `commit'I fixed my problem by removing /vendor/plugins/active_shipping/lib/active_shipping/lib/posts_data.rb
which was conflicting with the same file found in the activemerchant (1.4.2) gem.
It turns out removing posts_data.rb created other problems.
Still looking for a solution. git checkout link above takes me to a broken page.