Skip to content

Commit 627a617

Browse files
committed
MC-22215: Add customerCart Query and cart_id changes to schema and related resolvers
- Fixed Review change from the comments
1 parent 04a637c commit 627a617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function resolve(Field $field, $context, ResolveInfo $info, array $value
7070
}
7171

7272
/**
73-
* Checking if current user is logged in
73+
* Check if current user is logged in
7474
*
7575
* @param int|null $customerId
7676
* @param int|null $customerType

0 commit comments

Comments
 (0)