Skip to content

Commit

Permalink
Fix spelling error on Authorization class
Browse files Browse the repository at this point in the history
  • Loading branch information
HeathNaylor committed Aug 2, 2021
1 parent f7fad20 commit 6a34741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Paysafe/CardPayments/Authorization.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
* @property string $txnTime
* @property string $currencyCode
* @property string $avsResponse
* @property string $cvvVerication
* @property string $cvvVerification
* @property string $status
* @property int[] $riskReasonCode
* @property \Paysafe\CardPayments\AcquirerResponse $acquirerRresponse
Expand Down
2 changes: 1 addition & 1 deletion source/Paysafe/CustomerVault/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* @property string $id
* @property string $status
* @property string $merchantCustomerId
* @property string $local
* @property string $locale
* @property string $firstName
* @property string $middleName
* @property string $lastName
Expand Down

0 comments on commit 6a34741

Please sign in to comment.