Skip to content

Commit 0c3565e

Browse files
committed
MC-33330: Product is removed from Shopping Cart after cancel PayPal checkout flow
Fixed static test by changing class description in PlaceOrder.php
1 parent fe03bce commit 0c3565e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Paypal/Controller/Express/AbstractExpress

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Controller/Express/AbstractExpress/PlaceOrder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Magento\Paypal\Model\Api\ProcessableException as ApiProcessableException;
1212

1313
/**
14-
* Class PlaceOrder
14+
* Creates order on backend and prepares session to show appropriate next step in flow
1515
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1616
*/
1717
class PlaceOrder extends \Magento\Paypal\Controller\Express\AbstractExpress

0 commit comments

Comments
 (0)