growstuff
https://github.com/growstuff/growstuff
Ruby
Open data project for small-scale food growers
ActiveMerchant::Billing::SmartPs#update
Update the values (such as CC expiration) stored at the gateway. The CC number must be supplied in the CreditCard object.
Edit
git clone [email protected]:growstuff/growstuff.git
cd growstuff
open vendor/gems/activemerchant-1.33.0/lib/active_merchant/billing/gateways/smart_ps.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ActiveMerchant--Billing--SmartPs-update-for-pr
# Commit to gitgit add vendor/gems/activemerchant-1.33.0/lib/active_merchant/billing/gateways/smart_ps.rbgit commit -m "better docs for ActiveMerchant::Billing::SmartPs#update"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ActiveMerchant--Billing--SmartPs-update-for-pr
hub pull-request
# Celebrate!