-
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): added data type validation rules for order creating #297
Conversation
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.
|
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.
|
Quality Gate passed for 'kraken_nodejs'Issues Measures |
Quality Gate passed for 'kraken_java'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
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.
GOOD
Description
Added data type validation rules for creating order of UNI and Eline.
Related Issue
#290
Motivation and Context
How This Has Been Tested
Integration test in localhost
Screenshots (if appropriate)
Types of changes
Checklist