Method: ActiveMerchant::Billing::PaypalExpressGateway#authorize_reference_transaction

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

#authorize_reference_transaction(money, options = {}) ⇒ Object


75
76
77
78
79
# File 'lib/active_merchant/billing/gateways/paypal_express.rb', line 75

def authorize_reference_transaction(money, options = {})
  requires!(options, :reference_id)

  commit 'DoReferenceTransaction', build_reference_transaction_request('Authorization', money, options)
end