Skip to content

Commit

Permalink
Add deprecated annotation for directory lookup function (Adyen#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrosMor authored Jul 12, 2022
1 parent ef60ee0 commit aa3abd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Adyen/Service/DirectoryLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

namespace Adyen\Service;

/**
* Class DirectoryLookup
* @deprecated
* @package Adyen\Service
*/
class DirectoryLookup extends \Adyen\Service
{
/**
Expand All @@ -23,6 +28,7 @@ public function __construct(\Adyen\Client $client)

/**
* @param $params
* @deprecated
* @return mixed
* @throws \Adyen\AdyenException
*/
Expand Down

0 comments on commit aa3abd9

Please sign in to comment.