ok
Direktori : /home2/selectio/public_html/a-pay/ |
Current File : /home2/selectio/public_html/a-pay/paymentsuccess.php |
<?php if(isset($_POST)){ if($_POST['code']=='PAYMENT_SUCCESS'){ echo 'Payment Received Successfully...<br>'; echo 'Booking id:'.$_POST['transactionId'].'<br>'; echo 'transactionId id:'.$_POST['merchantId'].'<br>'; echo 'providerReferenceId:'.$_POST['providerReferenceId'].'<br>'; echo 'param1:'.$_POST['param1'].'<br>'; }else{ echo 'Payment Received Failed<br>'; } print_r($_POST); } if(isset($_GET)){ print_r($_GET); } ?>