Skip to content

Commit 0266f59

Browse files
committed
MAGETWO-95892: Selecting Gift Options for items redirects on 404 Page
- Resolve static test failures
1 parent 4879fae commit 0266f59

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Checkout/Controller/Cart/UpdatePost.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
*/
@@ -10,6 +9,9 @@
109
use Magento\Framework\App\Action\HttpPostActionInterface;
1110
use Magento\Framework\App\Action\HttpGetActionInterface;
1211

12+
/**
13+
* Class UpdatePost
14+
*/
1315
class UpdatePost extends \Magento\Checkout\Controller\Cart implements HttpPostActionInterface, HttpGetActionInterface
1416
{
1517
/**

0 commit comments

Comments
 (0)