Skip to content

Commit

Permalink
feature/create invoice after order created, show payment page with QR…
Browse files Browse the repository at this point in the history
… code (#119)

* add request, fix after BE is return ok status

* gen new proto

* add client console data

* syc proto

* add crypto payment page

* add invoice page, add QR code

* fix built
  • Loading branch information
dogfrogfog authored Aug 2, 2024
1 parent 188668e commit 290516b
Show file tree
Hide file tree
Showing 11 changed files with 378 additions and 12 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@uidotdev/usehooks": "^2.4.1",
"clsx": "2.1.0",
"next": "15.0.0-canary.6",
"qrcode": "^1.5.3",
"react": "19.0.0-rc-6d3110b4d9-20240531",
"react-dom": "19.0.0-rc-6d3110b4d9-20240531",
"react-hook-form": "^7.52.0",
Expand All @@ -47,6 +48,7 @@
"@tailwindcss/typography": "^0.5.13",
"@types/mdx": "^2.0.13",
"@types/node": "20",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.3.3",
"@types/react-dom": "18",
"autoprefixer": "10.0.1",
Expand Down
Loading

0 comments on commit 290516b

Please sign in to comment.