Skip to content

Commit ee9c82c

Browse files
committed
Add crypto conversion and QR code generation for payment processing
1 parent e2b5eac commit ee9c82c

File tree

7 files changed

+360
-7
lines changed

7 files changed

+360
-7
lines changed

HUMAN-TODO.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# todo
22

33

4-
- [ ] call cryptoapi convert endpoint to convert app cost to user's desired currency
5-
- [ ] show that in qrcode and payment screens so they pay the exact balance
64
- [ ] speed up build. (currently takes 67 seconds)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"marked": "^15.0.8",
3636
"pptxgenjs": "^3.12.0",
3737
"puppeteer": "^22.5.0",
38-
"supabase": "^2.20.12",
38+
"qrcode": "^1.5.4",
3939
"turndown": "^7.2.0",
4040
"uuid": "^11.1.0",
4141
"xlsx": "^0.18.5"

pnpm-lock.yaml

Lines changed: 148 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)