# File lib/active_merchant/billing/gateways/psigate.rb, line 86
      def refund(money, authorization, options = {})
        options.update({ :CardAction => "3", :order_id => authorization })
        commit(money, nil, options)
      end