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