Skip to content

Commit a40fde0

Browse files
committed
ACP2E-4248: [GraphQl] cart query cart item discount issue on virtual quotes
1 parent 32eeed5 commit a40fde0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev/tests/api-functional/testsuite/Magento/QuoteGraphQl/Model/DiscountsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
declare(strict_types=1);
77

8-
namespace Magento\QuoteGraphQl\Model\Resolver;
8+
namespace Magento\QuoteGraphQl\Model;
99

1010
use Magento\Catalog\Test\Fixture\Product as ProductFixture;
1111
use Magento\Customer\Test\Fixture\Customer;

dev/tests/api-functional/testsuite/Magento/QuoteGraphQl/Model/Resolver/GetDiscountsTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public function testGetDiscounts()
7070
$this->assertEquals('USD', $discount['amount']['currency']);
7171
}
7272

73-
7473
#[
7574
DataFixture(ProductFixture::class, as: 'product'),
7675
DataFixture(Customer::class, ['email' => 'customer@example.com'], as: 'customer'),

0 commit comments

Comments
 (0)