solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
SolidusLegacyPromotions::SpreeOrderPatch#apply_shipping_promotions
No Docs, write some!
Edit
git clone git@github.com:solidusio/solidus.git
cd solidus
open legacy_promotions/app/patches/models/solidus_legacy_promotions/spree_order_patch.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-SolidusLegacyPromotions--SpreeOrderPatch-apply_shipping_promotions-for-pr
# Commit to gitgit add legacy_promotions/app/patches/models/solidus_legacy_promotions/spree_order_patch.rbgit commit -m "better docs for SolidusLegacyPromotions::SpreeOrderPatch#apply_shipping_promotions"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-SolidusLegacyPromotions--SpreeOrderPatch-apply_shipping_promotions-for-pr
hub pull-request
# Celebrate!