-
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.
- Loading branch information
Showing
9 changed files
with
108 additions
and
10 deletions.
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
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
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
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 | ||
|
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
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
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
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:framework-message-queue:etc/publisher.xsd"> | ||
<publisher topic="adyen.notification"/> | ||
<publisher topic="adyen.notification"> | ||
<connection name="amqp" exchange="magento"/> | ||
</publisher> | ||
</config> |
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