From ff4a1d2aa15efe17ee4b3f97e9fdfd77a2c33608 Mon Sep 17 00:00:00 2001 From: vinoth Date: Sat, 29 Feb 2020 18:51:20 +0530 Subject: [PATCH 1/4] Updating place orderoutput attribute --- src/guides/v2.3/graphql/mutations/place-order.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/guides/v2.3/graphql/mutations/place-order.md b/src/guides/v2.3/graphql/mutations/place-order.md index 42bda2e29cf..03b9233c82f 100644 --- a/src/guides/v2.3/graphql/mutations/place-order.md +++ b/src/guides/v2.3/graphql/mutations/place-order.md @@ -73,8 +73,8 @@ Attribute | Data Type | Description Attribute | Data Type | Description --- | --- | --- -`order_id` String | The unique ID that identifies the order -`order_number` String | The unique ID that identifies the order +`order_id` |String! | Deprecated.Use order_number instead.The unique ID that identifies the order +`order_number`| String | The unique ID that identifies the order ## Errors From 10191670196163a8ceebafa3f839d3a6396a5b62 Mon Sep 17 00:00:00 2001 From: vinoth Date: Sat, 29 Feb 2020 19:59:26 +0530 Subject: [PATCH 2/4] Adding whitespace --- src/guides/v2.3/graphql/mutations/place-order.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.3/graphql/mutations/place-order.md b/src/guides/v2.3/graphql/mutations/place-order.md index 03b9233c82f..1e7a78f1057 100644 --- a/src/guides/v2.3/graphql/mutations/place-order.md +++ b/src/guides/v2.3/graphql/mutations/place-order.md @@ -73,7 +73,7 @@ Attribute | Data Type | Description Attribute | Data Type | Description --- | --- | --- -`order_id` |String! | Deprecated.Use order_number instead.The unique ID that identifies the order +`order_id` | String! | Deprecated. Use order_number instead. The unique ID that identifies the order `order_number`| String | The unique ID that identifies the order ## Errors From bb6176bb48aa92d639778372e88cb2de56dc330c Mon Sep 17 00:00:00 2001 From: vinoth Date: Sat, 29 Feb 2020 20:08:03 +0530 Subject: [PATCH 3/4] adding whitespace after order_number --- src/guides/v2.3/graphql/mutations/place-order.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.3/graphql/mutations/place-order.md b/src/guides/v2.3/graphql/mutations/place-order.md index 1e7a78f1057..c7f13b4aff0 100644 --- a/src/guides/v2.3/graphql/mutations/place-order.md +++ b/src/guides/v2.3/graphql/mutations/place-order.md @@ -74,7 +74,7 @@ Attribute | Data Type | Description Attribute | Data Type | Description --- | --- | --- `order_id` | String! | Deprecated. Use order_number instead. The unique ID that identifies the order -`order_number`| String | The unique ID that identifies the order +`order_number` | String | The unique ID that identifies the order ## Errors From d26532e6f36e6ff8e9d03f21ea92a9bb240b82c1 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Mon, 2 Mar 2020 09:43:38 -0600 Subject: [PATCH 4/4] Add highlighting --- src/guides/v2.3/graphql/mutations/place-order.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.3/graphql/mutations/place-order.md b/src/guides/v2.3/graphql/mutations/place-order.md index c7f13b4aff0..bdef96b4d96 100644 --- a/src/guides/v2.3/graphql/mutations/place-order.md +++ b/src/guides/v2.3/graphql/mutations/place-order.md @@ -73,7 +73,7 @@ Attribute | Data Type | Description Attribute | Data Type | Description --- | --- | --- -`order_id` | String! | Deprecated. Use order_number instead. The unique ID that identifies the order +`order_id` | String! | Deprecated. Use `order_number` instead. The unique ID that identifies the order `order_number` | String | The unique ID that identifies the order ## Errors