Method: ActiveMerchant::Billing::PayflowExpressGateway#setup_authorization
- Defined in:
- lib/active_merchant/billing/gateways/payflow_express.rb
permalink #setup_authorization(money, options = {}) ⇒ Object
[View source] [View on GitHub]
91 92 93 94 95 96 |
# File 'lib/active_merchant/billing/gateways/payflow_express.rb', line 91 def (money, = {}) requires!(, :return_url, :cancel_return_url) request = ('Authorization', money, ) commit(request, ) end |