*/ /* // recover the session session_start(); if(!isset($_SESSION['contract'])){ // http_response_code(404); echo "Sorry.."; } else echo "Paid"; session_destroy(); */ ?> Payment successful, thanks!