Skip to content

Commit

Permalink
Update NEWS and README with new CC information
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed May 25, 2014
1 parent 95642af commit dce2e2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
@@ -1,6 +1,9 @@
# HEAD

* Remove unused `i18n` gem dependency (#56).
* Set `credit_card.card_type`, `credit_card.last_4`, and
`credit_card.unique_number_identifier`. Ensure `credit_card.bin` is always
set (#47).

# 0.4.3

Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -74,6 +74,10 @@ If you're using Cucumber, add this too:
FakeBraintree.clear!
end

# Credit Cards

* `credit_card.card_type` will always be `"FakeBraintree"`.

## Spork

To use fake\_braintree with Spork, do this:
Expand Down

0 comments on commit dce2e2c

Please sign in to comment.