refactor/Remove unused code

This commit is contained in:
Marko Milić 2024-07-30 11:32:31 +02:00
parent fa7d186409
commit bb415ff68c

View File

@ -48,8 +48,6 @@ public class ConsentController {
private String updateConsentStatusUrl;
@Value("${obp.base_url}/obp/v4.0.0/banks/BANK_ID/accounts-held")
private String getAccountsHeldUrl;
@Value("${obp.base_url}/berlin-group/v1.3/consents")
private String createBerlinGroupConsentsUrl;
@Value("${obp.base_url}/obp/v4.0.0/banks/BANK_ID/my/consents")
private String getConsentsUrl;
@Value("${obp.base_url}/berlin-group/v1.3/consents/CONSENT_ID/authorisations")