Method: ActiveMerchant::Billing::PayflowExpressGateway#purchase
- Defined in:
- lib/active_merchant/billing/gateways/payflow_express.rb
#purchase(money, options = {}) ⇒ Object
75 76 77 78 79 |
# File 'lib/active_merchant/billing/gateways/payflow_express.rb', line 75 def purchase(money, = {}) requires!(, :token, :payer_id) request = ('Sale', money, ) commit(request, ) end |