Skip to content
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

Shipping fee to be a flat rate #694

Merged
merged 2 commits into from
Jan 20, 2022
Merged

Shipping fee to be a flat rate #694

merged 2 commits into from
Jan 20, 2022

Conversation

xtineskim
Copy link
Contributor

Background

Related to #691 , where it was found that the shipping cost was calculated using As per the suggestion in the issue, I changed the shipping fee to be a 'flat rate'

Fixes

Related to this issue #691

Change Summary

Changed quoteByCountFloat in the shippingService to return 8.99 (an arbitrary number, but shipping usually costs around this much in my experience)

Additional Notes

If we did want to calculate the shipping rate still, I'm ok with closing this PR!

Testing Procedure

Tested it locally, and shows the shipping rate to be 8.99

@xtineskim xtineskim requested a review from a team as a code owner January 20, 2022 18:25
@xtineskim xtineskim changed the title quoteByCoutnFloat returns flat rate Shipping fee to be a flat rate Jan 20, 2022
@github-actions
Copy link

🚲 PR staged at http://104.154.56.155

@xtineskim xtineskim requested a review from NimJay January 20, 2022 18:44
Copy link
Collaborator

@NimJay NimJay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love this solution.
It's simple — as demo apps should be. :)

Changes look good to me.
I've tested the staging URL with different currencies. 👍
And I skimmed the source code for any comments/code that needs updating — nothing found.

@xtineskim xtineskim merged commit af0515f into main Jan 20, 2022
@xtineskim xtineskim deleted the shipping-cost-fix branch January 20, 2022 19:11
sitaramkm pushed a commit to sitaramkm/microservices-demo that referenced this pull request Mar 27, 2022
* quoteByCoutnFloat returns flat rate

* Fix to the test quote
D-Mwanth pushed a commit to D-Mwanth/microservices-demo that referenced this pull request Mar 6, 2024
* quoteByCoutnFloat returns flat rate

* Fix to the test quote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants