balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

Test numbers #589

Closed steveklabnik closed 9 years ago

steveklabnik commented 10 years ago

Over in #580 , I realized that we don't have any tests for our test numbers: https://docs.balancedpayments.com/1.1/overview/resources/#test-credit-card-numbers

So I've added them. One of them fails currently, though, and I have a 'puts' that shows the error. Is this a current bug?

steveklabnik commented 10 years ago

https://travis-ci.org/balanced/balanced-api/builds/24144924#L61 shows the failure. two tests say the card isn't validated.

@remear , any ideas?

remear commented 10 years ago

One is missing a 4. Should be 4444444444444448 and not 444444444444448.

steveklabnik commented 10 years ago

This is now back to our general failures :sweat_smile:

steveklabnik commented 10 years ago

Okay, this now has all the test bank account numbers, as well.

This includes the numbers for https://github.com/balanced/balanced-api/issues/275 , and so can't be merged until they're fixed.