Skip to content

Commit ed4c707

Browse files
Error on returned avsResponse enum.
Updated to the correct values in the API https://developer.paysafe.com/en/cards/api/#/introduction/complex-json-objects/verifications
1 parent 9c30af7 commit ed4c707

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/Paysafe/CardPayments/Verification.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public static function getPageableArrayKey()
6565
'currencyCode' => 'string',
6666
'avsResponse' => array(
6767
'MATCH',
68-
'PARTIAL_MATCH_ADDRESS',
69-
'PARTIAL_MATCH_ZIP',
68+
'MATCH_ADDRESS_ONLY',
69+
'MATCH_ZIP_ONLY',
7070
'NO_MATCH',
7171
'NOT_PROCESSED',
7272
'UNKNOWN'

0 commit comments

Comments
 (0)