Current Path : /var/www/html/api/ |
Current File : /var/www/html/api/voguepay_trans_verification_handler.php |
<?php /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ $url="https://voguepay.com/?" . http_build_query($_GET); $response= file_get_contents($url); header("content-type: application/json"); echo $response; exit;