Skip to content

Commit

Permalink
Merge pull request #13 from Maviza101/master
Browse files Browse the repository at this point in the history
Added instructions for using test cards.
  • Loading branch information
ibrahimlawal authored Mar 4, 2017
2 parents 54a6d00 + 0bd81b0 commit 1c9eaec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ Method to check if the card is valid. Always do this check, before charging the
#### card.getType
This method returns an estimate of the string representation of the card type.

## Testing your implementation
You can (and should) test your implementation of the Paystack Android library in your Android app. You need the details of an
actual debit/credit card to do this, so we provide ##_test cards_## for your use instead of using your own debit/credit cards.
You may find test cards on [this Paystack documentation page](https://developers.paystack.co/docs/test-cards).

## Building the example project

1. Clone the repository.
Expand Down

0 comments on commit 1c9eaec

Please sign in to comment.