Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed Jun 23, 2011
1 parent a2a5d17 commit c3c2a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/controllers/api/donations_controller.rb
Expand Up @@ -34,6 +34,7 @@ def card
if purchase.save
arr[:success] = "Congratulations! You have donated to the pitch"
arr[:id] = d.id
arr[:donation] = { :amount => donation_amount, :processing_fee => spotus_amount, :total_amount => donation_amount * (1+SpotusDonation::SPOTUS_TITHE) }
else
arr[:errors] = purchase.errors.full_messages
end
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/api/users_controller.rb
Expand Up @@ -35,5 +35,5 @@ def create
return
end
end

ov
end

0 comments on commit c3c2a53

Please sign in to comment.