-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmake_payment.php
30 lines (26 loc) · 1.49 KB
/
make_payment.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php include 'inc/header.php'; ?>
<?php include 'inc/default_navbar.php'; ?>
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<div id="organization_data" style="max-width:800px;margin-left:auto;margin-right:auto;">
<h3 class="card_heading">Purchase Event Ticket</h3>
<hr class="heading_underline">
<p class="card_paragraph" style="color:green;">
One Final Step to Confirm your attendance.
</p>
<h4 style="color:purple;text-align:center;"><b>How to Pay;</b></h4>
<p class="card_paragraph" style="color:purple;">
1. Go to Lipa Na M-PESA and Select <b style="color:green;">'Buy Goods and Services'</b><br>
2. Enter till no : <b style="color:green;">0123456</b><br>
3. Enter Amount : <b style="color:green"> 1000 </b> <br>
4. Enter your M-PESA PIN and Confirm Payment.<br><br>
<small style="color:green;">NB: Once you have received a Confirmation message, Proceed to verify that your payment has been received using the Link Below.</small><br>
<br>
<a href="verify_payment" style="background-color:purple;color:white;text-decoration:none;padding:10px;border-radius:5px;">Verify Payment</a>
</p>
</div>
</div>
</div>
</div>
<?php include 'inc/footer.php';?>