-
Notifications
You must be signed in to change notification settings - Fork 5
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
Stripe Endpoints #80
Stripe Endpoints #80
Conversation
1dbb085
to
d7c68f8
Compare
Update stripe library to latest version. Add a tester flag that controls whether it follows redirects or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about the payments history? Or do we want to redirect users to Stripe for that information? /cc @dghelm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, just waiting to see whether you think we should alter the prices endpoint
In-dashboard payment history seems nice to me, but I'm also open to having that be another round of updates -- let's discuss in the meeting on Wednesday. |
PULL REQUEST
Overview
This PR introduces three new endpoints for talking to Stripe. These were previously implemented under the portal code but we want to get rid of the portal code's backend component.
Example for Visual Changes
Checklist
Review and complete the checklist to ensure that the PR is complete before assigned to an approver.
Issues Closed
Closes #157