Skip to content

Commit

Permalink
fixed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashi1993 committed Nov 6, 2024
1 parent 1e13ec5 commit 4a2e3f9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
<RequestRouter>org.wso2.financial.services.accelerator.gateway.executor.core.DefaultRequestRouter</RequestRouter>
{% endif %}
<FinancialServicesGatewayExecutors>
{% for executor in financial_services.gateway.executors %}
<{{executor.type}}>
{% for executor in executor.executor %}
{% for executors in financial_services.gateway.executors %}
<{{executors.type}}>
{% for executor in executors.executor %}
<Executor class="{{executor.name}}" priority="{{executor.priority}}"/>
{% endfor %}
</{{type.name}}>
</{{executors.type}}>
{% endfor %}
</FinancialServicesGatewayExecutors>
{% if financial_services.gateway.consent.validation.endpoint is defined %}
Expand Down

0 comments on commit 4a2e3f9

Please sign in to comment.