diff --git a/source/Paysafe/CardPaymentService.php b/source/Paysafe/CardPaymentService.php index 8d5e5ed..ff45bd3 100644 --- a/source/Paysafe/CardPaymentService.php +++ b/source/Paysafe/CardPaymentService.php @@ -303,7 +303,8 @@ public function verify(CardPayments\Verification $verify) 'customerIp', 'dupCheck', 'description', - 'billingDetails' + 'billingDetails', + 'storedCredential', )); $request = new Request(array( diff --git a/source/Paysafe/CardPayments/Verification.php b/source/Paysafe/CardPayments/Verification.php index 8abb7f2..61a5bba 100644 --- a/source/Paysafe/CardPayments/Verification.php +++ b/source/Paysafe/CardPayments/Verification.php @@ -81,7 +81,8 @@ public static function getPageableArrayKey() 'riskReasonCode' => 'array:int', 'acquirerResponse' => '\Paysafe\CardPayments\AcquirerResponse', 'error' => '\Paysafe\Error', - 'links' => 'array:\Paysafe\Link' + 'links' => 'array:\Paysafe\Link', + 'storedCredential' => '\Paysafe\CardPayments\StoredCredential', ); }