{% extends "base/base.html" %} {% load static %} {% block title %}Payment Processing - {{ block.super }}{% endblock %} {% block content %}
Loading...

Processing Your Payment

Please complete the payment on your phone

Amount: KES {{ payment.amount|floatformat:2 }}

Transaction Reference: {{ payment.transaction_reference }}

Waiting for payment confirmation...

Having trouble with the payment?

Try Again Back to Booking
{% endblock %} {% block extra_js %} {% endblock %}