4 lines
67 B
PHP
4 lines
67 B
PHP
<?php
|
|
// Payment Processing Page
|
|
echo "Initiate M-Pesa Payment";
|
|
?>
|