Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds BE pay route with stripe #62

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Adds BE pay route with stripe #62

wants to merge 3 commits into from

Conversation

xyecs
Copy link
Collaborator

@xyecs xyecs commented Oct 18, 2021

What this PR does (required):

  • Adds route requests/:requestId/pay to handle payments with CC using stripe API

Any information needed to test this feature (required):

  • N/A

Any issues with the current functionality (optional):

  • Needs IN and FE in order to work on app

@xyecs xyecs self-assigned this Oct 18, 2021
This was linked to issues Oct 18, 2021
Copy link
Collaborator

@sundayezeilo sundayezeilo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

server/controllers/request.js Show resolved Hide resolved
server/controllers/request.js Show resolved Hide resolved
server/controllers/request.js Show resolved Hide resolved
Comment on lines +90 to +92
Object.entries(items).forEach((entry) => {
const [key, value] = entry;
});*/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove unused code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup: Stripe API BE: Pay Route
2 participants