Mini Shell
<?php
//error_reporting(E_ALL);
//ini_set('display_errors', '1');
// Set sandbox (test mode) to true/false.
$sandbox =FALSE;//TRUE;
// Set PayPal API version and credentials.
$api_version = '124.0';
$api_endpoint = $sandbox ? 'https://api-3t.sandbox.paypal.com/nvp' : 'https://api-3t.paypal.com/nvp';
$api_username = $sandbox ? 'praveenkalal28-facilitator_api1.gmail.com' : 'mrmrizan_api1.icloud.com';
$api_password = $sandbox ? '1367688975' : 'HDBER7G9F8N9F7WM';
$api_signature = $sandbox ? 'AFcWxV21C7fd0v3bYYYRCpSSRl31AX52lt6iNGoqeitzIe0bE5TcXd44' : 'AhiSdoag8O-Y-pFK1Rk0Mzxa4yhjAz0YLr1.R62h0tZlUK2KcZMLo-xp';
Zerion Mini Shell 1.0