if ($_GET['transactionType']=='checkout') {
echo "
Payment Instructions:
";
echo "
1. Click on the Pay button in order to initiate the M-PESA payment.
2. Check your mobile phone for a prompt asking to enter M-PESA pin.
3. Enter your M-PESA PIN and the amount specified on the
notification will be deducted from your M-PESA account when you press send.
4. When you enter the pin and click on send, you will receive an M-PESA payment confirmation message on your mobile phone.
5. After receiving the M-PESA payment confirmation message please click on the Complete Order button below to complete the order and confirm the payment made. ";
echo " ";?>
";
}
}