Method: ActiveMerchant::Billing::PayflowExpressGateway#refund

Defined in:
lib/active_merchant/billing/gateways/payflow_express.rb

#refund(money, identification, options = {}) ⇒ Object


81
82
83
84
# File 'lib/active_merchant/billing/gateways/payflow_express.rb', line 81

def refund(money, identification, options = {})
  request = build_reference_request(:credit, money, identification, options)
  commit(request, options)
end