Module: PayPal

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

Defined Under Namespace

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

Constant Summary collapse

SANDBOXAPI =
'https://api.sandbox.paypal.com'.freeze
LIVEAPI =
'https://api.paypal.com'.freeze
SANDBOXWEB =
'https://sandbox.paypal.com'.freeze
LIVEWEB =
'https://paypal.com'.freeze