# File lib/active_merchant/billing/gateways/sage_pay.rb, line 99 def void(identification, options = {}) post = {} add_reference(post, identification) action = abort_or_void_from(identification) commit(action, post) end