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, = {}) request = build_reference_request(:credit, money, identification, ) commit(request, ) end |