-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(sdk): removed the constant validation of the type for creating uni order #171
Conversation
…ace[0].@type for creating UNI order
Library Vulnerability scan resultsThe following vulnerabilities have been found in libraries included in the repository (some might be dependencies of dependencies). Critical 🔴 and High 🟡 severity vulnerabilities must be fixed before the PR can be merged, even if they are dependencies of dependencies.
|
Library Vulnerability scan resultsThe following vulnerabilities have been found in libraries included in the repository (some might be dependencies of dependencies). Critical 🔴 and High 🟡 severity vulnerabilities must be fixed before the PR can be merged, even if they are dependencies of dependencies.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ed-type-validation
Library Vulnerability scan resultsThe following vulnerabilities have been found in libraries included in the repository (some might be dependencies of dependencies). Critical 🔴 and High 🟡 severity vulnerabilities must be fixed before the PR can be merged, even if they are dependencies of dependencies.
|
Quality Gate passed for 'kraken_nodejs'Issues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Quality Gate passed for 'kraken_java'Issues Measures |
Description
Removed the constant validation of the productOrderItem[0].product.place[0].@type for creating UNI order
Related Issue
#165
Motivation and Context
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist