# File lib/active_merchant/billing/gateways/skip_jack.rb, line 230
      def credit(money, identification, options = {})
        post = {}
        add_status_action(post, 'CREDIT')
        add_forced_settlement(post, options)
        add_transaction_id(post, identification)
        commit(:change_status, money, post)
      end