search for: paymenthelp

Displaying 1 result from an estimated 1 matches for "paymenthelp".

Did you mean: paymenthelper
2006 Apr 21
10
Paypal payments and IPN
...t.leetsoft.com/api/paypal/ In order I: 1. installed the money library with gem install --source http://dist.leetsoft.com/api/paypal/ money 2. installed the paypal library with gem install --source http://dist.leetsoft.com/api/paypal/ paypal 3. created a new app with rails NewApp 4. added the PaymentHelper module to the app/controllers/application.rb 5. generated controller(and view) Test with ./script/generate controller Test index 6. launched the server 7. connected to server with http://<mydomain>/Test/index I get the following: NameError in <controller not set>#<action not...