Skip to content

Commit 7d121f8

Browse files
committed
ACP2E-4115: Address issues raised in ACP2E-4031
1 parent ab43d57 commit 7d121f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.")
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)