Method: ActiveMerchant::Billing::PaypalGateway#express
- Defined in:
- lib/active_merchant/billing/gateways/paypal.rb
#express ⇒ Object
39 40 41 |
# File 'lib/active_merchant/billing/gateways/paypal.rb', line 39 def express @express ||= PaypalExpressGateway.new() end |