Fatal error: Uncaught Error: Class 'Paypalych' not found in /home/b/b1kme1ch/public_html/pay/pay.php:13 Stack trace: #0 {main} thrown in /home/b/b1kme1ch/public_html/pay/pay.php on line 13
require "Paypalych.php";
const SHOP_ID = "";
const API_TOKEN = "";
$test = new Paypalych(SHOP_ID, API_TOKEN);
namespace Tellarion\Api;
class Paypalych {
protected $shopId = null;
protected $apiToken = null;
......