Skip to content

Commit 6e6b5c3

Browse files
author
Valeriy Nayda
committed
GraphQL-55: [Mutations] My Account > Change account information
-- fix static tests
1 parent 0cb378b commit 6e6b5c3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/code/Magento/CustomerGraphQl/Model/Resolver/IsSubscribed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Magento\Newsletter\Model\SubscriberFactory;
1515

1616
/**
17-
* is_subscribed customer field resolver
17+
* Customer is_subscribed field resolver
1818
*/
1919
class IsSubscribed implements ResolverInterface
2020
{

app/code/Magento/QuoteGraphQl/Model/Resolver/ApplyCouponToCart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public function resolve(Field $field, $context, ResolveInfo $info, array $value
6060
}
6161
$couponCode = $args['input']['coupon_code'];
6262

63-
6463
$currentUserId = $context->getUserId();
6564
$cart = $this->getCartForUser->execute($maskedCartId, $currentUserId);
6665
$cartId = $cart->getId();

dev/tests/integration/testsuite/Magento/Customer/_files/two_customers_rollback.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Copyright © Magento, Inc. All rights reserved.
66
* See COPYING.txt for license details.
77
*/
8+
declare(strict_types=1);
89

910
require 'customer_rollback.php';
1011

0 commit comments

Comments
 (0)