Method: ActiveMerchant::Billing::FirstdataE4V27Gateway#refund
- Defined in:
- lib/active_merchant/billing/gateways/firstdata_e4_v27.rb
#refund(money, authorization, options = {}) ⇒ Object
81 82 83 |
# File 'lib/active_merchant/billing/gateways/firstdata_e4_v27.rb', line 81 def refund(money, , = {}) commit(:credit, build_capture_or_credit_request(money, , )) end |