Skip to content

Commit

Permalink
Get to green.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Nov 20, 2011
1 parent 3ed090e commit 0a12182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fake_braintree/redirect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def url
end

def confirm
Customer.new(@params["customer"], @merchant_id).create
Customer.new(@params["customer"], {:merchant_id => @merchant_id}).create
end

private
Expand Down

0 comments on commit 0a12182

Please sign in to comment.