-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
[Bye bye Spree] Bring models shipping_method, shipping_rates, address and shipping_category from spree_core #5878
Conversation
I would fix the Code Climate issue |
👍 fixed |
Hey @luisramos0 , Went through the test cases you pointed out. I've set up different shipping methods prior to staging this PR. Then, deployed the PR and verified that:
"Sepia" product was set to shipping_category "Frozen"; "boat delivery" shipping_method was set to "Default; Vacuum". Checkout worked fine.
Shipping rates are applied correctly after checking out. Changing shipping method in the backoffice works well; Clicking "Update and recalculate fees" renders the correct shipping fee, adjusting the order total.
I don't think this is possible. I all cases, I found a State to be a mandatory field:
I can't think of anything else to test here. This looks good to go. |
awesome, thanks! |
What? Why?
Continues #4826
Here we move the following files to OFN:
No code changes were made, here we only move the code from spree, adapt the specs if needed and improve the code a little with rubocop and transpec.
What should we test?
We need to verify if everything related to shipping methods and shipping rates and addresses is still working⚠️
I'd run the following verifications:
Any other point we should check here?
Release notes
Changelog Category: Changed
Brought code needed in OFN from Spree so that we can make OFN independent of Spree.