solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::ReimbursementType.reimburse
This method will reimburse the return items based on however it child implements it By default it takes a reimbursement, the return items it needs to reimburse, and if it is a simulation or a real reimbursement. This should return an array
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open core/app/models/spree/reimbursement_type.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--ReimbursementType-reimburse-for-pr
# Commit to gitgit add core/app/models/spree/reimbursement_type.rbgit commit -m "better docs for Spree::ReimbursementType.reimburse"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--ReimbursementType-reimburse-for-pr
hub pull-request
# Celebrate!