Skip to content

Commit

Permalink
Merge pull request #74 from atlp-rwanda/187354262-bugfix-handling-man…
Browse files Browse the repository at this point in the history
…y-sizes-per-product

[finsishes #187354262] fixing product sizes's price
  • Loading branch information
niyontwali authored and P-Rwirangira committed Jun 15, 2024
2 parents 930640f + 3ed6ac5 commit 631f74f
Show file tree
Hide file tree
Showing 29 changed files with 1,951 additions and 631 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ status = ""
ADMIN_ROLE=""
gender=""

STRIPE_SECRET_KEY=""
STRIPE_WEBHOOK_SECRET=""
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"migrate": "npx sequelize-cli db:migrate",
"migrate:undo": "npx sequelize-cli db:migrate:undo",
"migrate:undo:all": "npx sequelize-cli db:migrate:undo:all",
"migrate:undo:all": "npx sequelize-cli db:migrate:undo:all",
"seed": "npx sequelize-cli db:seed:all",
"seed:undo": "npx sequelize-cli db:seed:undo",
"seed:undo:all": "npx sequelize-cli db:seed:undo:all"
Expand Down Expand Up @@ -50,6 +49,7 @@
"randomstring": "^1.3.0",
"sequelize": "^6.37.3",
"socket.io": "^4.7.5",
"stripe": "^15.7.0",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1",
"winston": "^3.13.0",
Expand Down
11 changes: 11 additions & 0 deletions public/cancel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<h1>Cancel</h1>
</body>
</html>
Loading

0 comments on commit 631f74f

Please sign in to comment.