| Server IP : 121.121.20.254 / Your IP : 216.73.217.51 Web Server : Microsoft-IIS/10.0 System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64 User : IUSR ( 0) PHP Version : 8.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/PHP83/examples/wepay/ |
Upload File : |
<?php
/*
Please register your application at https://www.wepay.com/developer/register
You can use the consumer key and secret listed here for limited testing, but it
may be rate limited, so you are better off registering your own.
*/
define('OAUTH_CONSUMER_KEY', '388b24438fe93778e9129b164bb192');
define('OAUTH_CONSUMER_SECRET', 'd6f0a2678c');
define('OAUTH_TMP_DIR', function_exists('sys_get_temp_dir') ? sys_get_temp_dir() : realpath($_ENV["TMP"]));