# File lib/active_merchant/billing/gateways/usa_epay_advanced.rb, line 266
      def authorize(money, creditcard, options={})
        run_auth_only(options.merge!(:amount => money, :payment_method => creditcard))
      end