-
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
Latest changes for SAW integration #333
Conversation
Return result instead of nil
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.
👍 Let's merge and redeploy SAW
end | ||
|
||
def check_out | ||
(today + 31 * one_day).strftime("%d/%m/%Y") | ||
(today + 92 * one_day).strftime("%d/%m/%Y") |
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.
Sorry my ignorance, but previously we were quoting the price for 1 day (30 days from now to 31 days from now), and now we are quoting the price for 2 days (90 to 92 days from now). Won't that cause the returned price to account for 2 nights?
What am I missing here?
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.
YES 💥 Looks like I didn't changed the second part which uses these prices 💭 💭
Moreover, now I don't like what my PropertyRate
mapper / entity do, I need to refactor them & fix this bug.
@keang please hold on with the merge
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.
👍
Bugfix/saw price fetching
@sharipov-ru all fixes in for this PR? |
@keang YES! |
I understand this PR would possibly reduce, but not solve the error from #287 and #289. |
@keang absolutely right! |
This PR includes most probable changes for SAW supplier (also some not significant changes).
PR will not be merged until all SAW questions/sync strategy will not be answered and resolved.
WIP