8 lines
217 B
PHP
Executable file
8 lines
217 B
PHP
Executable file
<?php
|
|
|
|
// Include the composer autoloader
|
|
$loader = require dirname(__DIR__) . '/vendor/autoload.php';
|
|
$loader->add('PayPal\\Test', __DIR__);
|
|
if (!defined("PP_CONFIG_PATH")) {
|
|
define("PP_CONFIG_PATH", __DIR__);
|
|
}
|