-
Notifications
You must be signed in to change notification settings - Fork 683
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PWA-3178::Order statuses are decoupled from the back-end (#4229)
* PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * Resolved issue * Resolved issue * Resolved issue
- Loading branch information
Showing
6 changed files
with
39 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,6 +60,7 @@ const CustomerOrdersFragment = gql` | |
} | ||
shipping_method | ||
status | ||
state | ||
total { | ||
discounts { | ||
amount { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters