Module: PayPal

Defined in:
lib/core/version.rb,
lib/core/access_token.rb,
lib/core/token_requests.rb,
lib/core/paypal_environment.rb,
lib/core/paypal_http_client.rb

Defined Under Namespace

Classes: AccessToken, AccessTokenRequest, LiveEnvironment, PayPalEnvironment, PayPalHttpClient, RefreshTokenRequest, SandboxEnvironment

Constant Summary collapse

VERSION =
"1.0.1"
SANDBOXAPI =
'https://api.sandbox.paypal.com'
LIVEAPI =
'https://api.paypal.com'
SANDBOXWEB =
'https://sandbox.paypal.com'
LIVEWEB =
'https://paypal.com'