# File lib/active_merchant/billing/gateways/trust_commerce.rb, line 278 def unstore(identification, options = {}) parameters = { :billingid => identification, } commit('unstore', parameters) end