Method: ActiveMerchant::Billing::PaypalCommonAPI#reauthorize

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

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


99
100
101
# File 'lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb', line 99

def reauthorize(money, authorization, options = {})
  commit 'DoReauthorization', build_reauthorize_request(money, authorization, options)
end