solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::OrderTaxation#update_adjustments
Walk through the taxes for an item and update adjustments for it. Once all of the taxes have been added as adjustments, remove any old tax adjustments that weren't touched.
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open core/app/models/spree/order_taxation.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--OrderTaxation-update_adjustments-for-pr
# Commit to gitgit add core/app/models/spree/order_taxation.rbgit commit -m "better docs for Spree::OrderTaxation#update_adjustments"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--OrderTaxation-update_adjustments-for-pr
hub pull-request
# Celebrate!