This repository has been archived by the owner on Dec 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
[Checkout] Rename increment_id for CustomerOrder type #878
Labels
Architects: approved
Issue is checked and approved by architecture team.
Component: SalesGraphQl
documentation-completed
good first issue
Good for newcomers
Milestone
Comments
AC:
|
lenaorobei
added
good first issue
Good for newcomers
Component: Quote
Component: SalesGraphQl
and removed
Component: Quote
labels
Sep 4, 2019
paliarush
added
the
Architects: approved
Issue is checked and approved by architecture team.
label
Sep 19, 2019
@strell \Magento\GraphQl\Sales\OrdersTest Example: XxXgeoXxX@2c4adbf |
strell
added a commit
to strell/graphql-ce
that referenced
this issue
Sep 21, 2019
- Added new column order_number with the type of String! - Changed the api_functional test in order to test a new field
4 tasks
strell
added a commit
to strell/graphql-ce
that referenced
this issue
Sep 21, 2019
magento-engcom-team
pushed a commit
that referenced
this issue
Sep 25, 2019
magento-engcom-team
added a commit
that referenced
this issue
Sep 25, 2019
…aily delivery Accepted Community Pull Requests: - #953: Rename PayflowProToken Type (by @pmclain) - #952: Add Store Name to Config Schema (by @pmclain) - #959: GraphQL-879 Change description for createBraintreeClientToken mutation (by @karyna-tsymbal-atwix) - #951: #878 - Deprecated the column increment_id (by @strell) - #949: #948 - Move preference for ErrorHandlerInterface (by @vpodorozh) Fixed GitHub Issues: - magento/magento2#881: Installation with sample data failing (reported by @jameswithers) has been fixed in #953 by @pmclain in 2.3-develop branch Related commits: 1. 17ea087 - magento/magento2#926: Failed due to line endings (reported by @snky1987) has been fixed in #952 by @pmclain in 2.3-develop branch Related commits: 1. 5b32e8e - magento/magento2#878: CMS page is not editable (reported by @shivkumarsingh7) has been fixed in #951 by @strell in 2.3-develop branch Related commits: 1. 746038e 2. 225c9f7 - magento/magento2#948: varnish cache - odd states, price update question (reported by @robfico) has been fixed in #949 by @vpodorozh in 2.3-develop branch Related commits: 1. fda524e
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Architects: approved
Issue is checked and approved by architecture team.
Component: SalesGraphQl
documentation-completed
good first issue
Good for newcomers
Summary
The
CustomerOrder
type hasincrement_id
field which represents order number on the storefront. The backend service contracts use this field as is but for the storefront API doesn't have business logic for it and the most usage - show to customer the number of the order.Acceptance Criteria
increment_id
inCustomerOrder
typeorder_number: String!
inCustomerOrder
typeThe text was updated successfully, but these errors were encountered: