Method: ActiveMerchant::Billing::PaypalCommonAPI#capture

Defined in:
lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb

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

[View source] [View on GitHub]

103
104
105
# File 'lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb', line 103

def capture(money, authorization, options = {})
  commit 'DoCapture', build_capture_request(money, authorization, options)
end