From b92c4f686df95648597f8ef8f50c557811c0c18d Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 16 Mar 2019 18:42:28 -0600 Subject: [PATCH] Pull in changes --- ipn/ipn.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ipn/ipn.php b/ipn/ipn.php index 849501a..569af50 100644 --- a/ipn/ipn.php +++ b/ipn/ipn.php @@ -36,8 +36,8 @@ POSSIBILITY OF SUCH DAMAGE. namespace Listener; -include_once '../consts.php'; -include_once '../database.php'; +include_once 'consts.php'; +include_once 'database.php'; // Set this to true to use the sandbox endpoint during testing: $enable_sandbox = true; @@ -420,4 +420,4 @@ if ($verified) header("HTTP/1.1 200 OK"); -?> \ No newline at end of file +?>