-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2848 from Adyen/ECP-8977
[ECP-8977]Deprecating the class as it is no more used and referred.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,8 @@ | |
* See LICENSE.txt for license details. | ||
* | ||
* Author: Adyen <[email protected]> | ||
* @deprecated This class is deprecated and will be removed in a future release. | ||
* Use an alternative service or class for similar requests. | ||
*/ | ||
|
||
namespace Adyen\Payment\Model\Api; | ||
|
@@ -87,8 +89,10 @@ public function __construct( | |
} | ||
|
||
/** | ||
* @deprecated This method is deprecated and will be removed in a future release. | ||
* | ||
* @param Payment $payment | ||
* @return mixed | ||
* @return array | ||
* @throws LocalizedException | ||
* @throws NoSuchEntityException | ||
*/ | ||
|
@@ -134,6 +138,7 @@ public function authorise3d(Payment $payment): array | |
} | ||
|
||
/** | ||
* @deprecated This method is redundant and no more used with the current flow. Will be deleted in the future releases. | ||
* @param string $shopperReference | ||
* @param int $storeId | ||
* @return array | ||
|
@@ -182,6 +187,7 @@ public function getRecurringContractsForShopper(string $shopperReference, int $s | |
} | ||
|
||
/** | ||
* @deprecated This method is a part of deprecated parent and will be removed in the future releases. | ||
* @param string $shopperReference | ||
* @param int $storeId | ||
* @param string $recurringType | ||
|
@@ -208,6 +214,7 @@ public function listRecurringContractByType(string $shopperReference, int $store | |
} | ||
|
||
/** | ||
* @deprecated This method is redundant and will be removed in the coming major release. | ||
* @param string $recurringDetailReference | ||
* @param string $shopperReference | ||
* @param int $storeId | ||
|