Skip to content

Commit

Permalink
Twilio params are case sensitive. puke.
Browse files Browse the repository at this point in the history
  • Loading branch information
karledurante committed Nov 3, 2012
1 parent 43b5a5d commit 03cd442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/goals_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def update

def sms

shirts_sold = params[:body].to_i
shirts_sold = params[:Body].to_i
dollars_raised = shirts_sold * 25

@goal.shirts_sold = shirts_sold
Expand Down

0 comments on commit 03cd442

Please sign in to comment.