Method: ActiveMerchant::Billing::PayflowExpressGateway#setup_purchase
- Defined in:
- lib/active_merchant/billing/gateways/payflow_express.rb
permalink #setup_purchase(money, options = {}) ⇒ Object
[View source] [View on GitHub]
98 99 100 101 102 103 |
# File 'lib/active_merchant/billing/gateways/payflow_express.rb', line 98 def setup_purchase(money, = {}) requires!(, :return_url, :cancel_return_url) request = ('Sale', money, ) commit(request, ) end |