PATH:
home
/
letacommog
/
letaweb
/
admin
/
classes
/
payments
/
paypal-sdk-core
/
lib
<?php class PPConstants { const SDK_NAME = 'sdk-core-php'; const SDK_VERSION = '1.5.4'; const MERCHANT_SANDBOX_SIGNATURE_ENDPOINT = 'https://api-3t.sandbox.paypal.com/2.0'; const MERCHANT_SANDBOX_CERT_ENDPOINT = 'https://api.sandbox.paypal.com/2.0'; const PLATFORM_SANDBOX_ENDPOINT = 'https://svcs.sandbox.paypal.com/'; const REST_SANDBOX_ENDPOINT = 'https://api.sandbox.paypal.com/'; const IPN_SANDBOX_ENDPOINT = 'https://www.sandbox.paypal.com/cgi-bin/webscr'; const OPENID_REDIRECT_SANDBOX_URL = 'https://www.sandbox.paypal.com/webapps/auth/protocol/openidconnect'; const MERCHANT_LIVE_SIGNATURE_ENDPOINT = 'https://api-3t.paypal.com/2.0'; const MERCHANT_LIVE_CERT_ENDPOINT = 'https://api.paypal.com/2.0'; const PLATFORM_LIVE_ENDPOINT = 'https://svcs.paypal.com/'; const REST_LIVE_ENDPOINT = 'https://api.paypal.com/'; const IPN_LIVE_ENDPOINT = 'https://ipnpb.paypal.com/cgi-bin/webscr'; const OPENID_REDIRECT_LIVE_URL = 'https://www.paypal.com/webapps/auth/protocol/openidconnect'; }
[+]
..
[-] PPHttpConfig.php
[edit]
[-] PPConnectionManager.php
[edit]
[-] PPLoggingManager.php
[edit]
[-] PPUtils.php
[edit]
[+]
exceptions
[+]
ipn
[-] PPAPIService.php
[edit]
[-] PPConfigManager.php
[edit]
[+]
common
[+]
handlers
[-] PPMessage.php
[edit]
[-] cacert.pem
[edit]
[-] PPBaseService.php
[edit]
[-] PPXmlMessage.php
[edit]
[+]
auth
[-] PPLoggingLevel.php
[edit]
[-] PPRequest.php
[edit]
[+]
formatters
[-] PPHttpConnection.php
[edit]
[-] PPCredentialManager.php
[edit]
[-] PPConstants.php
[edit]
[-] PPXmlFaultMessage.php
[edit]
[+]
transport