File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Checkout/Controller/Onepage
Paypal/Controller/Payflow Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
3
* Copyright © Magento, Inc. All rights reserved.
5
4
* See COPYING.txt for license details.
6
5
*/
7
6
namespace Magento \Checkout \Controller \Onepage ;
8
7
9
8
use Magento \Framework \App \Action \HttpGetActionInterface as HttpGetActionInterface ;
10
9
10
+ /**
11
+ * Onepage checkout success controller class
12
+ */
11
13
class Success extends \Magento \Checkout \Controller \Onepage implements HttpGetActionInterface
12
14
{
13
15
/**
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- *
4
3
* Copyright © Magento, Inc. All rights reserved.
5
4
* See COPYING.txt for license details.
6
5
*/
14
13
use Magento \Paypal \Model \Config ;
15
14
use Magento \Sales \Model \Order ;
16
15
16
+ /**
17
+ * Paypal Payflow ReturnUrl controller class
18
+ */
17
19
class ReturnUrl extends Payflow implements CsrfAwareActionInterface, HttpGetActionInterface
18
20
{
19
21
/**
You can’t perform that action at this time.
0 commit comments