Skip to content

Commit

Permalink
Error on returned avsResponse enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisneron authored Sep 26, 2018
1 parent 9c30af7 commit ed4c707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Paysafe/CardPayments/Verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public static function getPageableArrayKey()
'currencyCode' => 'string',
'avsResponse' => array(
'MATCH',
'PARTIAL_MATCH_ADDRESS',
'PARTIAL_MATCH_ZIP',
'MATCH_ADDRESS_ONLY',
'MATCH_ZIP_ONLY',
'NO_MATCH',
'NOT_PROCESSED',
'UNKNOWN'
Expand Down

0 comments on commit ed4c707

Please sign in to comment.