{% ifequal pdt_obj.st 'SUCCESS' %}
Thank you for your payment
Please print this page for your records
Payer: | {{ pdt_obj.first_name }} {{ pdt_obj.last_name }} |
Payer Email: | {{ pdt_obj.payer_email }} |
Amount: | {{ pdt_obj.mc_currency }} {{ pdt_obj.mc_gross }} |
Reference: | {{ pdt_obj.txn_id }} |
Sorry transaction failed, please try a different form of payment
{% endifequal %}