Upload files to "pages"

Signed-off-by: kevinowino869 <kevinowino869@www.codelab.nestict.africa>
This commit is contained in:
kevinowino869 2025-03-30 12:57:35 +02:00
parent 1cca7305b5
commit b88fc1bdc4
2 changed files with 8 additions and 0 deletions

4
pages/callback.php Normal file
View File

@ -0,0 +1,4 @@
<?php
// Payment Callback Page
echo "Payment Callback Received";
?>

4
pages/payment.php Normal file
View File

@ -0,0 +1,4 @@
<?php
// Payment Processing Page
echo "Initiate M-Pesa Payment";
?>