{{error}}
{% endif %}
- {% if redirectval=="Switchtype" %} Switch Type {% else %} Switch Type {% endif %}
- {% if redirectval=="Operatorswitching" %} Operator Switching {% else %} Operator Switching {% endif %}
- {% if redirectval=="Amountswitching" %} Amount Switching {% else %} Amount Switching {% endif %}
- Failed Switching
- Pending Block
- Pending Switching
- Circle Wise Switching
- Block Retry Reason
- Speed Controller Switching
- Retry Failed Transaction
- Replace Failure Reason
{% if redirectval=="Switchtype" %}
{% else %}
{% endif %}
{{ pagination.info }}
{{ pagination.links }}
{% if redirectval=="Operatorswitching" %}
Add New Switch Type
S.No | Switch Type | Priority | Status | Edit | Delete |
---|---|---|---|---|---|
{{loop.index}} | {{each_switch_type.switchType}} | {{each_switch_type.priority}} | {{each_switch_type.actionText}} |
Update Switch Type |
| {% endfor %}
{% else %}
{% endif %}
{{ operatorSwitchingPagination.info }}
{{ operatorSwitchingPagination.links }}
{% if redirectval=="Amountswitching" %}
Add Operator Switching
S.No | User Name | Operator Name | API Count | API Name1 | API Name2 | API Name3 | API Name4 | API Name5 | API Name6 | API Name7 | Status | Action |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_operator_switching.userName}} | {{each_operator_switching.operatorName}} | {{each_operator_switching.apiCount}} | {{each_operator_switching.apiId1Name}} | {{each_operator_switching.apiId2Name}} | {{each_operator_switching.apiId3Name}} | {{each_operator_switching.apiId4Name}} | {{each_operator_switching.apiId5Name}} | {{each_operator_switching.apiId6Name}} | {{each_operator_switching.apiId7Name}} | {{each_operator_switching.actionText}} |
Edit Operator Switching |
{% endfor %}
{% else %}
{% endif %}
{{ amountSwitchingPagination.info }}
{{ amountSwitchingPagination.links }}
Add Amount Switching
S.No | User Name | Operator Name | API Name | Circle Name | Amount | Status | Action |
---|---|---|---|---|---|---|---|
{{loop.index}} | {{each_amount_switching.userName}} | {{each_amount_switching.operatorName}} | {{each_amount_switching.transactionAPIIdName}} | {{each_amount_switching.stateName}} | {{each_amount_switching.amount}} | {{each_amount_switching.actionText}} |
Edit Amount Switching |
{% endfor %}