open-banking-gateway
open-banking-gateway copied to clipboard
Extract all context codes to constants
trafficstars
Currently, all (almost) context codes are in the form of JSON path like this:
recurringIndicator
We need to extract them to constants shared between api and protocols. Also frontend code should use this.
https://jira.adorsys.de/browse/OBG-90