growstuff

https://github.com/growstuff/growstuff

Ruby

Open data project for small-scale food growers

ActiveMerchant::Billing::Integrations::WorldPay::Notification#read_custom_params

Read the custom params into a hash

Source | Google | Stack overflow

Edit

git clone [email protected]:growstuff/growstuff.git

cd growstuff

open vendor/gems/activemerchant-1.33.0/lib/active_merchant/billing/integrations/world_pay/notification.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ActiveMerchant--Billing--Integrations--WorldPay--Notification-read_custom_params-for-pr


# Commit to git

git add vendor/gems/activemerchant-1.33.0/lib/active_merchant/billing/integrations/world_pay/notification.rbgit commit -m "better docs for ActiveMerchant::Billing::Integrations::WorldPay::Notification#read_custom_params"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-ActiveMerchant--Billing--Integrations--WorldPay--Notification-read_custom_params-for-pr

hub pull-request


# Celebrate!