Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Oct 25, 2011
1 parent 1d667c6 commit 313d8fd
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@ Example, in spec\_helper.rb:

## Verifying credit cards

To verify every credit card you try to use, call
`FakeBraintree.verify_all_cards!`. This will stay "on" until you set
`FakeBraintree.verify_all_cards = false`. Calling FakeBraintree.clear! _will
not_ change it. It does very basic verification: it only matches the credit card
number against these:
To verify every credit card you try to use, call:

FakeBraintree.verify_all_cards!

This will stay "on" until you set

FakeBraintree.verify_all_cards = false

Calling FakeBraintree.clear! _will not_ change this setting. It does very basic
verification: it only matches the credit card number against these:
http://www.braintreepayments.com/docs/ruby/reference/sandbox and rejects them if
they aren't one of the listed numbers.

0 comments on commit 313d8fd

Please sign in to comment.