diff --git a/source/Paysafe/CardPayments/Verification.php b/source/Paysafe/CardPayments/Verification.php index 8abb7f2..c11c19c 100644 --- a/source/Paysafe/CardPayments/Verification.php +++ b/source/Paysafe/CardPayments/Verification.php @@ -28,6 +28,7 @@ * @property string $authCode * @property \Paysafe\CardPayments\Profile $profile * @property \Paysafe\CardPayments\BillingDetails $billingDetails + * @property \Paysafe\CardPayments\StoredCredential $storedCredential * @property string $customerIp * @property string $dupCheck * @property \Paysafe\CardPayments\MerchantDescriptor $merchantDescriptor @@ -57,6 +58,7 @@ public static function getPageableArrayKey() 'authCode' => 'string', 'profile' => '\Paysafe\CardPayments\Profile', 'billingDetails' => '\Paysafe\CardPayments\BillingDetails', + 'storedCredential' => '\Paysafe\CardPayments\StoredCredential', 'customerIp' => 'string', 'dupCheck' => 'bool', 'merchantDescriptor' => '\Paysafe\CardPayments\MerchantDescriptor',