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

app/code/Magento/AuthorizenetAcceptjs/Gateway/Http/Payload/Filter/RemoveFieldsFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Removes a set of fields from the payload
1515
*
16-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
16+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
1717
* official payment integration available on the marketplace
1818
*/
1919
class RemoveFieldsFilter implements FilterInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Http/Payload/FilterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Describes a filter for filtering content after all the builders have finished
1313
*
14-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
14+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
1515
* official payment integration available on the marketplace
1616
*/
1717
interface FilterInterface

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Can create a transfer object
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 TransferFactory implements TransferFactoryInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/AcceptFdsDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the meta transaction information to the request
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 AcceptFdsDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/AddressDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Adds the basic payment information to the request
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 AddressDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/AmountDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the amount of the transaction to the Request
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 AmountDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/AuthenticationDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the stored credentials to the request
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 AuthenticationDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/AuthorizeDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Adds the meta transaction information to the request
1818
*
19-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
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 AuthorizeDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/CaptureDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Adds the meta transaction information to the request
1818
*
19-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
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 CaptureDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/CustomSettingsBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the custom settings to the request
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 CustomSettingsBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/CustomerDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the basic payment information to the request
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 CustomerDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/OrderDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Adds the basic payment information to the request
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 OrderDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/PassthroughDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* Adds data to the request that can be used in the response
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 PassthroughDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/PaymentDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the basic payment information to the request
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 PaymentDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/PoDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the basic payment information to the request
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 PoDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/RefundPaymentDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the basic refund information to the request
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 RefundPaymentDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/RefundReferenceTransactionDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the reference transaction to the request
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 RefundReferenceTransactionDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/RefundTransactionTypeDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Adds the meta transaction information to the request
1515
*
16-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
16+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
1717
* official payment integration available on the marketplace
1818
*/
1919
class RefundTransactionTypeDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/RequestTypeBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* Adds the type of the request to the build subject
1515
*
16-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
16+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
1717
* official payment integration available on the marketplace
1818
*/
1919
class RequestTypeBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/SaleDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Adds the meta transaction information to the request
1818
*
19-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
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 SaleDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/ShippingDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
/**
1717
* Adds the shipping information to the request
1818
*
19-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
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 ShippingDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/SolutionDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the appropriate solution ID to the request
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 SolutionDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/StoreConfigBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/**
1414
* This builder is used for correct store resolving and used only to retrieve correct store ID.
1515
*
16-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
16+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
1717
* official payment integration available on the marketplace
1818
*/
1919
class StoreConfigBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/StubDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Since the order of params is matters for Authorize.net request,
1717
* this builder is used to reserve a place in builders sequence.
1818
*
19-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
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 StubDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/TransactionDetailsDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the reference transaction to the request
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 TransactionDetailsDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Request/VoidDataBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Adds the meta transaction information to the request
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 VoidDataBuilder implements BuilderInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/CloseParentTransactionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Processes payment information from a void transaction response
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 CloseParentTransactionHandler implements HandlerInterface

app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/ClosePartialTransactionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
/**
1313
* Determines that parent transaction should be close for partial refund operation.
1414
*
15-
* @deprecated Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
15+
* @deprecated 100.3.3 Starting from Magento 2.3.4 Authorize.net payment method core integration is deprecated in favor of
1616
* official payment integration available on the marketplace
1717
*/
1818
class ClosePartialTransactionHandler extends CloseTransactionHandler

app/code/Magento/AuthorizenetAcceptjs/Gateway/Response/CloseTransactionHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Processes payment information from a void transaction response
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 CloseTransactionHandler implements HandlerInterface

0 commit comments

Comments
 (0)