-
Notifications
You must be signed in to change notification settings - Fork 0
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
RLS-3715 VT-5648 Open Cart: Not All Products are Receiving Quantity Updates (issue for different versions) #3
Conversation
|
||
public static void Warning( Mark mark, string format, params object[] args ) | ||
{ | ||
var markStr = $"[{mark}]\t"; |
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.
Should we fix templates to have all Capital Letters?
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.
Fixed
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.
@mrassudishkin - I still see {mark} instead of what I would've expected to be {Mark}. What did you fix?
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.
had a couple of questions
[RLS-3715]
Issue: looks like we have three version of OpenCart. On the same API they returns different behavior and response.
What did I do here?
I added condition for searching unique items. I.e for accounts of type #1 we will receive all products in first request and will receive them again on second request. After that - we will break loop. I know that it isn't super idea, but I wasn't able to search any differences between responses for these accounts. These response doesn't have any version and etc.
[RLS-3715]: https://agileharbor.atlassian.net/browse/RLS-3715