Skip to content

Commit

Permalink
Fixing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashi1993 committed Oct 21, 2024
1 parent d9d3a10 commit a4f614e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions financial-services-accelerator/accelerators/fs-apim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
regex="org.wso2.financial.services.accelerator.gateway-(\d.*?)\.jar$"/>
</fileset>
</copy>
<unzip src="../../internal-webapps/org.wso2.financial.services.accelerator.demo.backend/target/api#fs#backend.war"
dest="${project.basedir}/carbon-home/repository/deployment/server/webapps/api#fs#backend/"/>
</target>
</configuration>
<goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public Response getOneAccount(@PathParam("AccountId") String accountId,
" ]\n" +
" },\n" +
" \"Links\": {\n" +
" \"Self\": \"https://api.alphabank.com/open-banking/v3.0/accounts/" + accountId +
" \"Self\": \"https://api.alphabank.com/open-banking/v4.0/accounts/" + accountId +
"\"\n" +
" },\n" +
" \"Meta\": {\n" +
Expand Down Expand Up @@ -133,7 +133,7 @@ public Response getAccountTransactions(@PathParam("AccountId") String accountId,
" ]\n" +
" },\n" +
" \"Links\": {\n" +
" \"Self\": \"https://api.alphabank.com/open-banking/v3.0/accounts/" + accountId +
" \"Self\": \"https://api.alphabank.com/open-banking/v4.0/accounts/" + accountId +
"/transactions/\"\n" +
" },\n" +
" \"Meta\": {\n" +
Expand Down Expand Up @@ -187,7 +187,7 @@ public Response getAccountBalance(@PathParam("AccountId") String accountId,
" ]\n" +
" },\n" +
" \"Links\": {\n" +
" \"Self\": \"https://api.alphabank.com/open-banking/v3.0/accounts/" + accountId +
" \"Self\": \"https://api.alphabank.com/open-banking/v4.0/accounts/" + accountId +
"/balances/\"\n" +
" },\n" +
" \"Meta\": {\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public Response getAccountBalance(String requestString,
" }\n" +
" },\n" +
" \"Links\": {\n" +
" \"Self\": \"https://api.alphabank.com/open-banking/v3.0/funds-confirmations/836403\"\n" +
" \"Self\": \"https://api.alphabank.com/open-banking/v4.0/funds-confirmations/836403\"\n" +
" },\n" +
" \"Meta\": {\n" +
" }\n" +
Expand Down

0 comments on commit a4f614e

Please sign in to comment.