-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Updating output attribute in place order mutation output object #6753
Updating output attribute in place order mutation output object #6753
Conversation
An admin must run tests on this PR before it can be merged. |
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @VinothKumar361. Please, make sure that the number of whitespaces is proper for both lines
`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_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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`order_number`| String | The unique ID that identifies the order | |
`order_number` | String | The unique ID that identifies the order |
Hi @rogyar , changes has been done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @VinothKumar361. Thank you!
Hi @VinothKumar361, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) updates order_id which is deprecated in outupt object of place order mutation in graphql
Affected DevDocs pages
Links to Magento source code