Skip to content

Commit

Permalink
feature/Tweak the path of endpoint getConsentByConsentId
Browse files Browse the repository at this point in the history
  • Loading branch information
constantine2nd committed Jul 9, 2024
1 parent da14891 commit e347ee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class OtherController {
@Value("${obp.base_url}/obp/v5.1.0/banks/BANK_ID/accounts/ACCOUNT_ID/VIEW_ID/transactions")
private String getTransactionsForBankAccount;

@Value("${obp.base_url}/obp/v5.1.0/consumer/consents/CONSENT_ID")
@Value("${obp.base_url}/obp/v5.1.0/consumer/current/consents/CONSENT_ID")
private String getConsentByConsentId;

@Value("${obp.base_url}/obp/v5.1.0/my/consent/current")
Expand Down

0 comments on commit e347ee6

Please sign in to comment.