Closed steveklabnik closed 10 years ago
https://github.com/balanced/balanced-api/blob/revision1/scenarios/cards/cvv_match.yml#L12
Sounds like it's not working as expected. Here's the logic that is supposed to control these fixtures:
{
None: CSCCheck.NONE,
'901': CSCCheck.UNKNOWN,
'902': CSCCheck.FAILED,
}
and
{
None: AVSPostalCheck.NONE,
'90211': AVSPostalCheck.UNKNOWN,
'90210': AVSPostalCheck.FAILED,
}
Everything else should return OK/YES.
test:
result:
Is this just wrong fixture data?