DoliPesa/pages/callback.php

4 lines
67 B
PHP
Raw Normal View History

<?php
// Payment Callback Page
echo "Payment Callback Received";
?>