-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TRIVIAL] Maintaining quote verified flag when creating an order (#3234)
# Description Changed order `verified` flag to be used from quote original value when order is crated from that quote. The need for this change is that ~98% of quotes are verified successfully but most of the created `order_quotes` from that orders are not verified. ## How to test Updated e2e test to verify this particular case (it fails before applying this PR).
- Loading branch information
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters