wso2 / financial-services-accelerator

WSO2 Open Banking Accelerator is a collection of technologies that increases the speed and reduces the complexity of adopting open banking compliance. Instead of building a solution from scratch, you can use WSO2 Open Banking Accelerator to meet all legislative requirements with additional benefits beyond compliance.
Apache License 2.0
7 stars 20 forks source link

Unnecessary database call to inactivate account mappings #81

Open imesh94 opened 2 months ago

imesh94 commented 2 months ago

Description: In application deletion, when there are no available consents for an application, consentCoreDAO.updateConsentMappingStatus() method is unnecessarily called which results in an SQL exception.