public
Description: The full source code for projects used in Railscasts episodes.
Homepage: http://railscasts.com
Clone URL: git://github.com/ryanb/railscasts-episodes.git
railscasts-episodes / episode-142
name age message
..
file README Mon Dec 29 00:02:12 -0800 2008 adding episode 142 [ryanb]
directory store/ Mon Dec 29 00:02:12 -0800 2008 adding episode 142 [ryanb]
episode-142/README
Railscasts Episode #142: Paypal Notifications

http://railscasts.com/episodes/142

Commands

  script/generate nifty_scaffold payment_notification params:text cart_id:integer status:string transaction_id:string 
  create
  
  rake db:migrate
  
  curl -d "txn_id=3XC103945N720211C&invoice=923204115&payment_status=Completed" 
  http://localhost:3000/payment_notifications