4 lines
67 B
PHP
4 lines
67 B
PHP
|
<?php
|
||
|
// Payment Callback Page
|
||
|
echo "Payment Callback Received";
|
||
|
?>
|