# File lib/active_merchant/billing/gateways/merchant_e_solutions.rb, line 42
                        def capture(money, transaction_id, options = {})
                                post ={}
                                post[:transaction_id] = transaction_id
                                commit('S', money, post)
                        end