@ -2,7 +2,6 @@
include_once('Config/Config.php');
include_once('Helpers/DbHelper.php');
include_once('Helpers/PayPalHelper.php');
$db = DbHelper::getIntance(GAME_DB);
$order = $db->getRow('SELECT * FROM userPayOrder WHERE orderNo = "' . $_POST['orderid'] . '"');
@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Checkout with PayPal Demo</title>
<title>DAODAO Checkout</title>
<!--Including Bootstrap style files-->
<link href="<?= $rootPath ?>css/bootstrap.min.css" rel="stylesheet">
<link href="<?= $rootPath ?>css/bootstrap-responsive.min.css" rel="stylesheet">