solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::Promotion::Actions::FreeShipping#remove_from
Removes any adjustments generated by this action from the order's shipments.
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open legacy_promotions/app/models/spree/promotion/actions/free_shipping.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--Promotion--Actions--FreeShipping-remove_from-for-pr
# Commit to gitgit add legacy_promotions/app/models/spree/promotion/actions/free_shipping.rbgit commit -m "better docs for Spree::Promotion::Actions::FreeShipping#remove_from"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--Promotion--Actions--FreeShipping-remove_from-for-pr
hub pull-request
# Celebrate!