Skip to content

Commit c2e450f

Browse files
authored
Merge pull request #4180 from magento-tsg/MC-13775
[TSG] MC-13775: [2.2.x] Accept.js for Auth.net
2 parents 3fbf140 + 06ca517 commit c2e450f

File tree

244 files changed

+13421
-26
lines changed

Some content is hidden

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

244 files changed

+13421
-26
lines changed

app/code/Magento/Authorizenet/Block/Adminhtml/Order/View/Info/FraudDetails.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Authorizenet\Block\Adminhtml\Order\View\Info;
78

89
use Magento\Authorizenet\Model\Directpost;
910

1011
/**
12+
* Fraud information block for Authorize.net payment method
13+
*
1114
* @api
1215
* @since 100.0.2
16+
* @deprecated 2.2.9 Authorize.net is removing all support for this payment method
1317
*/
1418
class FraudDetails extends \Magento\Backend\Block\Template
1519
{
@@ -33,6 +37,8 @@ public function __construct(
3337
}
3438

3539
/**
40+
* Return payment method model
41+
*
3642
* @return \Magento\Sales\Model\Order\Payment
3743
*/
3844
public function getPayment()
@@ -42,6 +48,8 @@ public function getPayment()
4248
}
4349

4450
/**
51+
* Produce and return the block's HTML output
52+
*
4553
* @return string
4654
*/
4755
protected function _toHtml()

app/code/Magento/Authorizenet/Block/Adminhtml/Order/View/Info/PaymentDetails.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
/**
1414
* Payment information block for Authorize.net payment method.
15+
* @deprecated 2.2.9 Authorize.net is removing all support for this payment method
1516
*/
1617
class PaymentDetails extends ConfigurableInfo
1718
{

app/code/Magento/Authorizenet/Block/Transparent/Iframe.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Authorizenet\Block\Transparent;
78

89
use Magento\Payment\Block\Transparent\Iframe as TransparentIframe;
910

1011
/**
12+
* Transparent Iframe block for Authorize.net payments
1113
* @api
1214
* @since 100.0.2
15+
* @deprecated 2.2.9 Authorize.net is removing all support for this payment method
1316
*/
1417
class Iframe extends TransparentIframe
1518
{

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/AddConfigured.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
* Copyright © Magento, Inc. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
7+
78
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;
89

10+
/**
11+
* DirectPost payment add configured controller.
12+
* @deprecated 2.2.9 Authorize.net is removing all support for this payment method
13+
*/
914
class AddConfigured extends \Magento\Sales\Controller\Adminhtml\Order\Create\AddConfigured
1015
{
1116
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Cancel.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
* Copyright © Magento, Inc. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
7+
78
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;
89

10+
/**
11+
* DirectPost payment cancel controller.
12+
* @deprecated 2.2.9 Authorize.net is removing all support for this payment method
13+
*/
914
class Cancel extends \Magento\Sales\Controller\Adminhtml\Order\Create\Cancel
1015
{
1116
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ConfigureProductToAdd.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
* Copyright © Magento, Inc. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
7+
78
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;
89

10+
/**
11+
* DirectPost payment configure product to add controller.
12+
* @deprecated 2.2.9 Authorize.net is removing all support for this payment method
13+
*/
914
class ConfigureProductToAdd extends \Magento\Sales\Controller\Adminhtml\Order\Create\ConfigureProductToAdd
1015
{
1116
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/ConfigureQuoteItems.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
*/
77
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;
88

9+
/**
10+
* DirectPost payment configure quote items controller.
11+
* @deprecated 2.2.9 Authorize.net is removing all support for this payment method
12+
*/
913
class ConfigureQuoteItems extends \Magento\Sales\Controller\Adminhtml\Order\Create\ConfigureQuoteItems
1014
{
1115
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Index.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
* Copyright © Magento, Inc. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
7+
78
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;
89

10+
/**
11+
* DirectPost payment index controller.
12+
* @deprecated 2.2.9 Authorize.net is removing all support for this payment method
13+
*/
914
class Index extends \Magento\Sales\Controller\Adminhtml\Order\Create\Index
1015
{
1116
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/LoadBlock.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
* Copyright © Magento, Inc. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
7+
78
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;
89

10+
/**
11+
* DirectPost payment load block controller.
12+
* @deprecated 2.2.9 Authorize.net is removing all support for this payment method
13+
*/
914
class LoadBlock extends \Magento\Sales\Controller\Adminhtml\Order\Create\LoadBlock
1015
{
1116
}

app/code/Magento/Authorizenet/Controller/Adminhtml/Authorizenet/Directpost/Payment/Place.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Authorizenet\Controller\Adminhtml\Authorizenet\Directpost\Payment;
78

89
use Magento\Framework\Escaper;
@@ -16,6 +17,7 @@
1617
* Class Place
1718
*
1819
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
20+
* @deprecated 2.2.9 Authorize.net is removing all support for this payment method
1921
*/
2022
class Place extends \Magento\Sales\Controller\Adminhtml\Order\Create
2123
{

0 commit comments

Comments
 (0)