Skip to content

Commit

Permalink
Added stored credential object
Browse files Browse the repository at this point in the history
Added stored credential object.
  • Loading branch information
OpusSdkSupport authored Oct 22, 2019
1 parent 788ffc8 commit ba56fb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Paysafe/CardPayments/Verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit ba56fb2

Please sign in to comment.