Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Updating output attribute in place order mutation output object #6753

Conversation

VinothKumar361
Copy link
Contributor

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

@devops-devdocs
Copy link
Collaborator

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
Copy link
Contributor

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

Suggested change
`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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`order_number`| String | The unique ID that identifies the order
`order_number` | String | The unique ID that identifies the order

@VinothKumar361
Copy link
Contributor Author

Hi @rogyar , changes has been done.

Copy link
Contributor

@rogyar rogyar left a 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!

@keharper keharper added 2.3.x Magento 2.3 related changes small changes Technical Updates to the code or processes that alter the technical content of the doc labels Mar 2, 2020
@keharper keharper changed the base branch from master to small-changes March 2, 2020 15:45
@keharper keharper merged commit 7dd5417 into magento:small-changes Mar 2, 2020
@ghost
Copy link

ghost commented Mar 2, 2020

Hi @VinothKumar361, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2.3.x Magento 2.3 related changes Partner: Ziffity partners-contribution PR created by Magento partner Technical Updates to the code or processes that alter the technical content of the doc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants