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
22
forks
source link
[Bug Fix] Fixing cast exception for postgresql in event notification #71
[Bug Fix] Fixing cast exception for postgresql in event notification
There is a casting exception issue in event notification subscription flow while using PostgreSql. When request is stored in postgres database following error comes.
"request" is of type json but expression is of type character varying
[Bug Fix] Fixing cast exception for postgresql in event notification
There is a casting exception issue in event notification subscription flow while using PostgreSql. When
request
is stored in postgres database following error comes."request" is of type json but expression is of type character varying
This is fixed with this PR.
Issue link: https://github.com/wso2/financial-open-banking/issues/68
Applicable Labels: OB3 Accelerator
Development Checklist
Testing Checklist