예제 #1
0
<?php

define('_MEXEC', 'OK');
require_once "../../../system/load.php";
include "../pgconfig.php";
$mainCity = new MainCity();
$SubCity = new SubCity();
$hotels = new Hotels();
$session = new Sessions();
$reservations = new Reservations();
$mainCity_row = $mainCity->getMainCityFromHomePage();
$mainCity_list = $mainCity->getMainCity();
$hotels_row = $hotels->getHotelFromFeaturedStatus();
$hotelsRecently_row = $hotels->getHotelRecentlyAdd();
/*$transactionTypeCode=$_REQUEST["transaction_type_code"];
    $installments=$_REQUEST["installments"];
    $transactionId=$_REQUEST["transaction_id"];

    $amount=$_REQUEST["amount"];
    $exponent=$_REQUEST["exponent"];
    $currencyCode=$_REQUEST["currency_code"];*/
$merchantReferenceNo = $session->getMerchantReferenceNo();
/*$status=$_REQUEST["status"];
    $eci=$_REQUEST["3ds_eci"];
    $pgErrorCode=$_REQUEST["pg_error_code"];

    $pgErrorDetail=$_REQUEST["pg_error_detail"];
    $pgErrorMsg=$_REQUEST["pg_error_msg"];

    $messageHash=$_REQUEST["message_hash"];