Pull in changes

master
Tanner Collin 5 years ago
parent 55f736e5a1
commit b92c4f686d
  1. 4
      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;

Loading…
Cancel
Save