Skip to content

Commit

Permalink
Feat plans stripe integration (#22)
Browse files Browse the repository at this point in the history
* feat:install packages

* fix: prettier lint fixes

* feat: add stripe payment  integration

* fix: checkout api

* feat: add success/fail pages

* fix: typo

* fix: ignore  env file

---------

Co-authored-by: Nelson Djalo <[email protected]>
  • Loading branch information
ChaimaaSafi and mama-samba-braima authored Feb 7, 2025
1 parent 308ae94 commit 823f257
Show file tree
Hide file tree
Showing 18 changed files with 696 additions and 5,729 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"error",
{ "argsIgnorePattern": "^_" }
]

}
}
]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ yarn-error.log*

# local env files
.env*.local
.env

# vercel
.vercel
Expand Down
13 changes: 6 additions & 7 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"printWidth": 80,
"trailingComma": "all",
"useTabs": false
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"printWidth": 80,
"trailingComma": "all",
"useTabs": false
}

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ yarn dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

Loading

0 comments on commit 823f257

Please sign in to comment.