Method: ActiveMerchant::Billing::PaypalDigitalGoodsGateway#redirect_url_for

Defined in:
lib/active_merchant/billing/gateways/paypal_digital_goods.rb

#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, options = {})
  options[:review] ||= false
  super
end