Method: ActiveMerchant::Billing::PayflowExpressGateway#authorize
- Defined in:
- lib/active_merchant/billing/gateways/payflow_express.rb
#authorize(money, options = {}) ⇒ Object
69 70 71 72 73 |
# File 'lib/active_merchant/billing/gateways/payflow_express.rb', line 69 def (money, = {}) requires!(, :token, :payer_id) request = ('Authorization', money, ) commit(request, ) end |