# File lib/active_merchant/billing/gateways/quickpay.rb, line 75 def void(identification, options = {}) post = {} add_reference(post, identification) commit(:void, post) end