Payment Buttons List
{{ error }}
{% endif %}
S.No | Customer Name | Created On | Purpose | Button Name | Amount | Status |
---|---|---|---|---|---|---|
{{loop.index}} | {{each_payment_button.userName }} | {{each_payment_button.createdOn}} | {{each_payment_button.buttonPurpose}} | {{each_payment_button.buttonName}} | {{each_payment_button.amount}} | {% if each_payment_button.actionText == "Active" %} {{ each_payment_button.actionText }} {% elif each_payment_button.actionText == "Expired" %} {{ each_payment_button.actionText }} {% else %} {{ each_payment_button.actionText }} {% endif %} |