Skip to content

Commit

Permalink
make "settled" String
Browse files Browse the repository at this point in the history
  • Loading branch information
nov committed Jul 22, 2011
1 parent 3f9daf9 commit 068bd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/credits_controller.rb
Expand Up @@ -14,7 +14,7 @@ def create
:method => "payments_get_items"
}
when 'payments_status_update'
render :text => :settled
render :text => 'settled'
end
end
end
Expand Down

0 comments on commit 068bd9a

Please sign in to comment.