solidus
https://github.com/solidusio/solidus
Ruby
🛒 Solidus, the open-source eCommerce framework for industry trailblazers.
Spree::Payment::Cancellation#cancel
Cancels a payment Tries to void the payment by asking the payment method to try a void, if that fails create a refund about the allowed credit amount instead.
Edit
git clone [email protected]:solidusio/solidus.git
cd solidus
open core/app/models/spree/payment/cancellation.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Spree--Payment--Cancellation-cancel-for-pr
# Commit to gitgit add core/app/models/spree/payment/cancellation.rbgit commit -m "better docs for Spree::Payment::Cancellation#cancel"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Spree--Payment--Cancellation-cancel-for-pr
hub pull-request
# Celebrate!