Skip to content

Commit 13f0588

Browse files
committed
AC-2457: Checkout Improvements
1 parent 1d2f2e8 commit 13f0588

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/code/Magento/Checkout/Controller/Sidebar/UpdateItemQty.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public function execute()
101101
*/
102102
protected function jsonResponse($error = '')
103103
{
104-
105104
return $this->getResponse()->representJson(
106105
$this->jsonHelper->jsonEncode($this->sidebar->getResponseData($error))
107106
);

app/code/Magento/Checkout/Test/Unit/Controller/Sidebar/UpdateItemQtyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public function testExecuteWithException(): void
251251
/**
252252
* @return void
253253
*/
254-
public function testExecuteInvalidItemQty(): void
254+
public function testExecuteWithInvalidItemQty(): void
255255
{
256256
$error = [
257257
'success' => false,

0 commit comments

Comments
 (0)