<?php
require_once ('MysqliDb.php');
$db = new MysqliDb ('localhost', 'dkapposo_apphp', 'tranquility72', 'PG_Simulator');
//$PG_url = "https://telr.finpay.co.id/gateway/order.json";
$PG_url2 = "http://telr.finpay.co.id.local/gateway/PayPage.php";
$PG_store_id = '14902';//'17890';
$PG_key = 'BQ43-8tHXm^cKsx5';//'3Svp@2RfR6#mJSNJ';
$PG_demo = 0;
?>