adorsys / xs2a

Open Source NextGenPSD2 XS2A Implementation from adorsys.
https://adorsys.com/en/products/
GNU Affero General Public License v3.0
133 stars 63 forks source link

possibility to add links to AIS response from spi-api #78

Closed ggiorkhelidze closed 3 years ago

ggiorkhelidze commented 3 years ago

Is there a possibility to add links to AIS response from spi-api without changing xs2a-impl code? For example I want to add account link to CardAccountDetails response.

andriimurashkin commented 3 years ago

Hello @ggiorkhelidze

If you need custom link behavior you can override CardAccountAspectService on the connector side.

ggiorkhelidze commented 3 years ago

Hello @andriimurashkin, I tried your suggestion and it worked. Thank you.