Skip to content

Commit 7baa22f

Browse files
committed
Updated deprecation doc annotations
1 parent 94b63c3 commit 7baa22f

File tree

152 files changed

+315
-302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+315
-302
lines changed

app/code/Magento/AuthorizenetAcceptjs/Block/Form.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
* Block for representing the payment form
1919
*
2020
* @api
21-
* @since 100.3.0
22-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
21+
* @since 100.2.1
22+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
2323
* official payment integration available on the marketplace
2424
*/
2525
class Form extends Cc
@@ -57,7 +57,7 @@ public function __construct(
5757
* Check if cvv validation is available
5858
*
5959
* @return boolean
60-
* @since 100.3.0
60+
* @since 100.2.1
6161
*/
6262
public function isCvvEnabled(): bool
6363
{

app/code/Magento/AuthorizenetAcceptjs/Block/Info.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
* Translates the labels for the info block
1616
*
1717
* @api
18-
* @since 100.3.0
19-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
18+
* @since 100.2.1
19+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
2020
* official payment integration available on the marketplace
2121
*/
2222
class Info extends ConfigurableInfo
@@ -26,7 +26,7 @@ class Info extends ConfigurableInfo
2626
*
2727
* @param string $field
2828
* @return Phrase
29-
* @since 100.3.0
29+
* @since 100.2.1
3030
*/
3131
protected function getLabel($field): Phrase
3232
{

app/code/Magento/AuthorizenetAcceptjs/Block/Payment.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
* Represents the payment block for the admin checkout form
1919
*
2020
* @api
21-
* @since 100.3.0
22-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
21+
* @since 100.2.1
22+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
2323
* official payment integration available on the marketplace
2424
*/
2525
class Payment extends Template
@@ -55,7 +55,7 @@ public function __construct(
5555
* Retrieves the config that should be used by the block
5656
*
5757
* @return string
58-
* @since 100.3.0
58+
* @since 100.2.1
5959
*/
6060
public function getPaymentConfig(): string
6161
{
@@ -70,7 +70,7 @@ public function getPaymentConfig(): string
7070
* Returns the method code for this payment method
7171
*
7272
* @return string
73-
* @since 100.3.0
73+
* @since 100.2.1
7474
*/
7575
public function getMethodCode(): string
7676
{

app/code/Magento/AuthorizenetAcceptjs/Gateway/Command/AcceptPaymentStrategyCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Chooses the best method of accepting the payment based on the status of the transaction
1717
*
18-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
18+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
1919
* official payment integration available on the marketplace
2020
*/
2121
class AcceptPaymentStrategyCommand implements CommandInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Command/CaptureStrategyCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Chooses the best method of capture based on the context of the payment
2323
*
24-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
24+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
2525
* official payment integration available on the marketplace
2626
*/
2727
class CaptureStrategyCommand implements CommandInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Command/FetchTransactionInfoCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Syncs the transaction status with authorize.net
2020
*
21-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
21+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
2222
* official payment integration available on the marketplace
2323
*/
2424
class FetchTransactionInfoCommand implements CommandInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Command/GatewayQueryCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Makes a request to the gateway and returns results
2323
*
24-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
24+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
2525
* official payment integration available on the marketplace
2626
*/
2727
class GatewayQueryCommand implements CommandInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Command/RefundTransactionStrategyCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Chooses the best method of returning the payment based on the status of the transaction
1717
*
18-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
18+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
1919
* official payment integration available on the marketplace
2020
*/
2121
class RefundTransactionStrategyCommand implements CommandInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Houses configuration for this gateway
1616
*
17-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
17+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
1818
* official payment integration available on the marketplace
1919
*/
2020
class Config extends \Magento\Payment\Gateway\Config\Config

app/code/Magento/AuthorizenetAcceptjs/Gateway/Http/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
/**
2323
* A client that can communicate with the Authorize.net API
2424
*
25-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
25+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
2626
* official payment integration available on the marketplace
2727
*/
2828
class Client implements ClientInterface

0 commit comments

Comments
 (0)