# File lib/active_merchant/billing/gateways/stripe.rb, line 60 def void(identification, options={}) commit("charges/#{CGI.escape(identification)}/refund", {}) end