Commit Graph

20 Commits

Author SHA1 Message Date
hongwei
558ee1d404 feature/(resource-docs): include technology field in API documentation
Add `technology` field to `implemented_by` JSON to indicate whether an endpoint is implemented using lift or http4s. The field is included only when `includeTechnologyInResponse` is true, which is set for API versions 6.0.0 and 7.0.0. This helps API consumers understand the underlying implementation technology.

Update tests to verify technology field presence/absence based on API version. Also improve test setup robustness by making user and account creation idempotent, and update build dependencies to support http4s and pekko.
2026-01-28 14:01:29 +01:00
hongwei
bdd5c72047 test/Enhance createTransaction method to include isCompleted parameter for improved transaction status handling in tests 2025-08-29 11:56:49 +02:00
hongwei
1c159413d9 refactor/Add CAN_SEE_TRANSACTION_STATUS constant to permissions list and enhance transaction status handling in tests 2025-08-29 11:26:49 +02:00
hongwei
1e38f601f8 refactor/Remove all akka Remotedata 2024-08-20 16:17:24 +02:00
hongwei
4aff57fb96 feature/enhance obp redisCache 2023-11-10 15:18:07 +01:00
hongwei
74225746a2 feature/added new method Redis.use method 2023-11-10 12:25:19 +01:00
Marko Milić
fd2d0d23cc feature/Flush all data from Redis at wipeTestData function 2023-11-03 16:51:09 +01:00
hongwei
7f3b3451c9 feature/OBPv500 tweaked the create/get ConsentRequest endpoints 2022-06-27 15:21:49 +02:00
hongwei
fee2bfd700 bugfix/added the bankId checking for the bank creation 2021-06-21 12:52:58 +02:00
Marko Milić
2ec2358725 feature/TODO Implement IBAN Checker in Mapper mode 2021-02-11 16:32:23 +01:00
Guillaume Kergreis
b5e5eb14d7 feature/Add getCounterpartyByIbanAndBankAccountId connector method
This new connector method is used to target precisely a counterparty linked to an account. This method should be used to replace the old one (getCounterpartyByIban)
2020-09-23 10:51:08 +02:00
Guillaume Kergreis
a8c95a0878 feature/Add currency to a counterparty 2020-09-14 22:55:55 +02:00
Guillaume Kergreis
78b7a650a6 test/Correct and add some tests for new account routings 2020-08-11 11:13:03 +02:00
hongwei
2ded206a6f bugfix/added the dummy value for the accountLastUpdate and accountName in tests 2020-07-02 17:07:49 +02:00
Marko Milić
6f501d1a55 test/Delete cascade transaction, account and product - WIP 2 2020-06-02 15:22:58 +02:00
hongwei
074bbe0d6e use OBP for all the hardcode obp schemes 2020-05-05 16:15:52 +02:00
hongwei
4dc5ee052b added the OBP_BANK_ID and OBP_ACCOUNT_ID guards for createCounterparty endpoint
and also fixed the relevant payments apis.
2020-04-08 13:10:47 +02:00
hongwei
6243e04d7e added the .toUpperCase for all account Currency 2019-10-27 01:25:47 +02:00
hongwei
067a755be2 added the tests for checkAvailabilityOfFunds api 2019-07-11 09:57:14 +02:00
shuang
029f910945 refs #1240 split project to obp-api and obp-commons 2019-03-10 16:24:22 +08:00