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.

Source | Google | Stack overflow

Edit

git clone [email protected]:solidusio/solidus.git

cd solidus

open core/app/models/spree/order_taxation.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Spree--OrderTaxation-update_adjustments-for-pr


# Commit to git

git add core/app/models/spree/order_taxation.rbgit commit -m "better docs for Spree::OrderTaxation#update_adjustments"


# Open pull request

gem 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!