# File lib/active_merchant/billing/gateways/paybox_direct.rb, line 106 def refund(money, identification, options = {}) post = {} add_invoice(post, options) add_reference(post, identification) commit('refund', money, post) end