diff --git a/examples/index.php b/examples/index.php index 17bf834..ef1f5db 100644 --- a/examples/index.php +++ b/examples/index.php @@ -4,7 +4,8 @@ require_once __DIR__.DIRECTORY_SEPARATOR.'include.php'; -$api = new Api(KEY, SECRET, true); +define('USE_SANDBOX', true); +$api = new Api(KEY, SECRET, USE_SANDBOX); // TODO: enter your values $sourceNumber = ''; // in international format