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