Skip to content

Commit f5d097d

Browse files
Merge pull request #3347 from magento-qwerty/MAGETWO-91785
Fixed issues: - MAGETWO-91785: Fixed incorrect order returns request flow
2 parents f18c84e + 90381f8 commit f5d097d

File tree

1 file changed

+8
-2
lines changed
  • app/code/Magento/Sales/Controller/AbstractController

1 file changed

+8
-2
lines changed

app/code/Magento/Sales/Controller/AbstractController/Reorder.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
<?php
22
/**
3-
*
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
6+
77
namespace Magento\Sales\Controller\AbstractController;
88

99
use Magento\Framework\App\Action;
1010
use Magento\Framework\Registry;
11+
use Magento\Framework\App\Action\HttpPostActionInterface;
1112

12-
abstract class Reorder extends Action\Action
13+
/**
14+
* Abstract class for controllers Reorder(Customer) and Reorder(Guest)
15+
*
16+
* @package Magento\Sales\Controller\AbstractController
17+
*/
18+
abstract class Reorder extends Action\Action implements HttpPostActionInterface
1319
{
1420
/**
1521
* @var \Magento\Sales\Controller\AbstractController\OrderLoaderInterface

0 commit comments

Comments
 (0)