class PayPal::LiveEnvironment

Public Class Methods

new(client_id, client_secret) click to toggle source
Calls superclass method PayPal::PayPalEnvironment::new
# File lib/core/paypal_environment.rb, line 34
def initialize(client_id, client_secret)
  super(client_id, client_secret, PayPal::LIVEAPI, PayPal::LIVEWEB)
end