We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As Developer, I want to clean up the ErpAdapterService, so that we don't have technical debts.
See findings in acceptance criteria
DataInjectionCommandLineRunner
ErpAdapterController
materialGlobalAssetId
ErpAdapterRequest.requestType
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As Developer,
I want to clean up the ErpAdapterService,
so that we don't have technical debts.
Hints / Details
See findings in acceptance criteria
Outcome / Acceptance Criteria
Outcome
Acceptance Criteria
DataInjectionCommandLineRunner
: remove mock requestErpAdapterController
: add status codes 500 for any server side issue, 400 for bad requestmaterialGlobalAssetId
is emptyErpAdapterRequest.requestType
and add it as enumeration (with one entry), also check for versionOut of Scope
The text was updated successfully, but these errors were encountered: