PATH:
home
/
lab2454c
/
keebchat.com
/
core
/
libs
/
paypal
/
vendor
/
paypal
/
rest-api-sdk-php
/
lib
/
PayPal
/
Core
<?php namespace PayPal\Core; /** * Class PayPalConstants * Placeholder for Paypal Constants * * @package PayPal\Core */ class PayPalConstants { const SDK_NAME = 'PayPal-PHP-SDK'; const SDK_VERSION = '1.14.0'; /** * Approval URL for Payment */ const APPROVAL_URL = 'approval_url'; const REST_SANDBOX_ENDPOINT = "https://api.sandbox.paypal.com/"; const OPENID_REDIRECT_SANDBOX_URL = "https://www.sandbox.paypal.com"; const REST_LIVE_ENDPOINT = "https://api.paypal.com/"; const OPENID_REDIRECT_LIVE_URL = "https://www.paypal.com"; }
[-] PayPalConstants.php
[edit]
[+]
..
[-] cacert.pem
[edit]
[-] PayPalHttpConfig.php
[edit]
[-] PayPalConfigManager.php
[edit]
[-] PayPalCredentialManager.php
[edit]
[-] PayPalLoggingManager.php
[edit]
[-] PayPalHttpConnection.php
[edit]