# File lib/active_merchant/billing/gateways/merchant_e_solutions.rb, line 64
                        def credit(money, creditcard_or_card_id, options = {})
                                post = {}
                                add_payment_source(post, creditcard_or_card_id, options)
                                commit('C', money, post)
                        end