solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::OrderShipping#ship
Generate a carton from the supplied inventory units and marks those units as shipped. Also sends shipment emails if appropriate and updates shipment_states for associated orders.
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open core/app/models/spree/order_shipping.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--OrderShipping-ship-for-pr
# Commit to gitgit add core/app/models/spree/order_shipping.rbgit commit -m "better docs for Spree::OrderShipping#ship"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--OrderShipping-ship-for-pr
hub pull-request
# Celebrate!