# File lib/active_merchant/billing/gateways/netaxept.rb, line 60
      def refund(money, authorization, options = {})
        post = {}
        add_credentials(post, options)
        add_authorization(post, authorization, money)
        commit('Credit', post, false)
      end