Skip to content

Commit

Permalink
Default CVV Response
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Nov 3, 2017
1 parent 4aad33d commit 1c17ce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Finance/CardVerificationValue/CVVHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public static function getCvv($code)
$code,
'Transaction failed because wrong CVV2 number was entered or no CVV2 number was entered'
);
default:
return new CVVResponse($code, "Unsupported CVV2 Response");
}
}
}

0 comments on commit 1c17ce3

Please sign in to comment.