Skip to content

Commit 436f0d9

Browse files
author
Joan He
committed
MAGETWO-95745: Signifyd case not created for WorldPay
- fix static test failures
1 parent 385b01e commit 436f0d9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/code/Magento/Checkout/Controller/Onepage/Success.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
76
namespace Magento\Checkout\Controller\Onepage;
87

98
use Magento\Framework\App\Action\HttpGetActionInterface as HttpGetActionInterface;
109

10+
/**
11+
* Onepage checkout success controller class
12+
*/
1113
class Success extends \Magento\Checkout\Controller\Onepage implements HttpGetActionInterface
1214
{
1315
/**

app/code/Magento/Paypal/Controller/Payflow/ReturnUrl.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
@@ -14,6 +13,9 @@
1413
use Magento\Paypal\Model\Config;
1514
use Magento\Sales\Model\Order;
1615

16+
/**
17+
* Paypal Payflow ReturnUrl controller class
18+
*/
1719
class ReturnUrl extends Payflow implements CsrfAwareActionInterface, HttpGetActionInterface
1820
{
1921
/**

0 commit comments

Comments
 (0)