Method: ActiveMerchant::Billing::PaypalExpressGateway#authorize
- Defined in:
- lib/active_merchant/billing/gateways/paypal_express.rb
#authorize(money, options = {}) ⇒ Object
51 52 53 54 55 |
# File 'lib/active_merchant/billing/gateways/paypal_express.rb', line 51 def (money, = {}) requires!(, :token, :payer_id) commit 'DoExpressCheckoutPayment', ('Authorization', money, ) end |