Method: ActiveMerchant::Billing::FirstdataE4Gateway#capture

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

#capture(money, authorization, options = {}) ⇒ Object



91
92
93
# File 'lib/active_merchant/billing/gateways/firstdata_e4.rb', line 91

def capture(money, authorization, options = {})
  commit(:capture, build_capture_or_credit_request(money, authorization, options))
end