Skip to content

Commit 4101e98

Browse files
committed
ACP2E-4115: Address issues raised in ACP2E-4031
1 parent 5ea0fe5 commit 4101e98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
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\Framework\GraphQl\Test\Unit\Query;
8+
namespace Magento\QuoteGraphQl\Test\Unit\Model;
99

1010
use Magento\QuoteGraphQl\Model\OrderResponseFormatter;
1111
use PHPUnit\Framework\TestCase;

app/code/Magento/QuoteGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ type ApplyCouponToCartOutput @doc(description: "Contains details about the cart
262262
type PlaceOrderOutput @doc(description: "Contains the results of the request to place an order.") {
263263
order: Order @deprecated(reason: "Use `orderV2` instead.") @doc(description: "The ID of the order.")
264264
orderV2: CustomerOrder @doc(description: "Full order information.")
265-
errors: [PlaceOrderError!]! @doc(description:"An array of place order errors.") @deprecated(reason: "Errors node automatically added to response when an error occurs.")
265+
errors: [PlaceOrderError!]! @doc(description:"An array of place order errors.")
266266
}
267267

268268
type PlaceOrderError @doc(description:"An error encountered while placing an order."){

0 commit comments

Comments
 (0)