Method: ActiveMerchant::Billing::PaypalDigitalGoodsGateway#redirect_url_for
- Defined in:
- lib/active_merchant/billing/gateways/paypal_digital_goods.rb
permalink #redirect_url_for(token, options = {}) ⇒ Object
[View source] [View on GitHub]
15 16 17 18 |
# File 'lib/active_merchant/billing/gateways/paypal_digital_goods.rb', line 15 def redirect_url_for(token, = {}) [:review] ||= false super end |