Skip to content

Commit b8aac75

Browse files
committed
add storedCredentials to verify call
1 parent 7c65d65 commit b8aac75

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

source/Paysafe/CardPaymentService.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ public function verify(CardPayments\Verification $verify)
303303
'customerIp',
304304
'dupCheck',
305305
'description',
306-
'billingDetails'
306+
'billingDetails',
307+
'storedCredential',
307308
));
308309

309310
$request = new Request(array(

source/Paysafe/CardPayments/Verification.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ public static function getPageableArrayKey()
8181
'riskReasonCode' => 'array:int',
8282
'acquirerResponse' => '\Paysafe\CardPayments\AcquirerResponse',
8383
'error' => '\Paysafe\Error',
84-
'links' => 'array:\Paysafe\Link'
84+
'links' => 'array:\Paysafe\Link',
85+
'storedCredential' => '\Paysafe\CardPayments\StoredCredential',
8586
);
8687

8788
}

0 commit comments

Comments
 (0)