Payment Status
Thank you for your Payment!
“);
echo (“Payment Details
n”);
echo (“
n”);
echo (“
n”);
echo (“
n”);
echo (“
n”);
echo (“”);
echo ‘
Thanks! I got the Payment.
A receipt for your payment has been emailed to you. You may log into your account at www.paypal.com to view details of this transaction.
A receipt for your payment has been emailed to you. You may log into your account at www.paypal.com to view details of this transaction.
‘;
}
else if (strcmp ($lines[0], “FAIL”) == 0) {
// log for manual investigation
echo ‘
Sorry! Your transaction has been cancelled or Failed
‘;
}
}
fclose ($fp);
?>