Skip to content

Commit

Permalink
Feat/add order and payment support (#125)
Browse files Browse the repository at this point in the history
* change oreders for data fetching

* feat: Add order and payments support.

* add queries for order pages, add moment

* add badges for orders table

* fix price in orders

* add price type in order

* change dinero formatPrice function, change order detail

* fix: Fix order detail representation.

* fix order payment status

* add satus change and delete function in order

* fix: Fix helpers.

* fix: Fix for merge.

Co-authored-by: RomanTkachev <[email protected]>
  • Loading branch information
keitarofreeman and RomanTkachev authored Jun 4, 2021
1 parent c4f519c commit 2a86841
Show file tree
Hide file tree
Showing 10 changed files with 979 additions and 265 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"framer-motion": "^2.6.15",
"graphql": "^15.3.0",
"history": "^5.0.0",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down
Loading

0 comments on commit 2a86841

Please sign in to comment.