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