activemerchant

URL
http://activemerchant.org/
Author(s)
Tobias Luetke
Summary
Framework and tools for dealing with credit card transactions.

Add your comment ↓

Comments

activemerchant (1.4.2) is Failing
for Christian van der Leeden (Mac OSX, over 2 years ago)

the trunk version github works, but gem install activermerchant will need to be fixed in country.rb, avs_result and skip_jack.rb to include the # encoding: utf-8 line.

activemerchant (1.4.2) is Failing
for SC (Mac OSX, over 2 years ago)

Gem installs, but tests fail in multiple places.

Tried it with MRI 186 and things pass, but 191 definitely fails.

activemerchant (1.4.2) is Working
for Ami Mahloof (Mac OSX, over 2 years ago)

here's how i fixed my broken gem:

git clone git://github.com/joevandyk/active_merchant.git

cd activemerchant
rake gem
cd pkg
sudo gem install activemerchant1-4-2.gem

it works

activemerchant (1.4.2) is Working
for Ziyad Saeed (GNU/Linux, over 2 years ago)

activemerchant (1.4.1) is Failing
for Ricard Forniol Agustí (Mac OSX, over 3 years ago)

Gem installs ok, but tests do not execute.

mbp:activemerchant-1.4.1 ricard$ rake --trace
(in /opt/ruby19/lib/ruby/gems/1.9.1/gems/activemerchant-1.4.1)
rake aborted!
undefined method `<=>' for nil:NilClass
<internal:gem_prelude>:249:in `push_gem_version_on_load_path'
<internal:gem_prelude>:14:in `gem'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/active_support/vendor.rb:12:in `<top (required)>'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/active_support.rb:54:in `require'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/activesupport-2.3.2/lib/active_support.rb:54:in `<top (required)>'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/activemerchant-1.4.1/lib/support/gateway_support.rb:2:in `require'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/activemerchant-1.4.1/lib/support/gateway_support.rb:2:in `<top (required)>'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/activemerchant-1.4.1/Rakefile:8:in `require'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/activemerchant-1.4.1/Rakefile:8:in `<top (required)>'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.4/lib/rake.rb:2359:in `load'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.4/lib/rake.rb:2359:in `raw_load_rakefile'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.4/lib/rake.rb:1993:in `block in load_rakefile'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.4/lib/rake.rb:1992:in `load_rakefile'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.4/lib/rake.rb:1976:in `block in run'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.4/lib/rake.rb:1974:in `run'
/opt/ruby19/lib/ruby/gems/1.9.1/gems/rake-0.8.4/bin/rake:31:in `<top (required)>'
/opt/ruby19/bin/rake:19:in `load'
/opt/ruby19/bin/rake:19:in `<main>'

activemerchant is Working
for Konstantin Haase (GNU/Linux, over 3 years ago)

Gem works.

Add your comment




Yes No