Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Apr 14, 2010
1 parent f896052 commit ab79edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion created.rid
@@ -1 +1 @@
Tue, 13 Apr 2010 11:12:35 -0500
Wed, 14 Apr 2010 12:38:25 -0500
2 changes: 1 addition & 1 deletion files/README_rdoc.html
Expand Up @@ -766,7 +766,7 @@ <h2>Quick Start Example</h2>

if result.success?
if result.transaction.status == Braintree::Transaction::Status::Authorized
puts &quot;sucess!: #{result.transaction.id}&quot;
puts &quot;success!: #{result.transaction.id}&quot;
else
puts &quot;Error processing transaction:&quot;
puts &quot; code: #{result.transaction.processor_response_code}&quot;
Expand Down

0 comments on commit ab79edf

Please sign in to comment.