# File lib/active_merchant/billing/gateways/merchant_e_solutions.rb, line 48 def store(creditcard, options = {}) post = {} add_creditcard(post, creditcard, options) commit('T', nil, post) end