lib/support/gateway_support.rb in activemerchant-1.9.0 vs lib/support/gateway_support.rb in activemerchant-1.9.1

- old
+ new

@@ -1,7 +1,7 @@ require 'rubygems' require 'active_support' -require 'lib/active_merchant' +require 'active_merchant' class GatewaySupport #:nodoc: ACTIONS = [:purchase, :authorize, :capture, :void, :credit, :recurring] \ No newline at end of file