Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there is no way to update the productId for an arrangement #280

Open
vladirimia-iss opened this issue Jan 9, 2023 · 0 comments
Open

there is no way to update the productId for an arrangement #280

vladirimia-iss opened this issue Jan 9, 2023 · 0 comments

Comments

@vladirimia-iss
Copy link

When updating an arrangement, according to documentation, updating the externalProductId is actually done through productId field (externalProductId doesn't exist on update):
https://developer.backbase.com/apis/specs/arrangement-manager/arrangement-service-api/2.5.0/operations/Arrangements/putArran
gements/
Now the externalProductId of the arrangement doesn't get updated because the field is not mapped in
com.backbase.stream.product.mapping.ProductMapper, and there is no way to map this:

AccountArrangementItemPut toArrangementItemPut(AccountArrangementItemPost var1);

it should be mapped from externalProductId from POST to productId to PUT.

I can create PR but i don't have access.

@vladirimia-iss vladirimia-iss changed the title parameter name for externalProductId for updating an arrangement is actually productId parameter name for externalProductId for updating an arrangement should be productId Jan 9, 2023
@vladirimia-iss vladirimia-iss changed the title parameter name for externalProductId for updating an arrangement should be productId there is no way to update the productId for an arrangement Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant