-
Notifications
You must be signed in to change notification settings - Fork 87
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
Feature/179 implement msw #205
base: production
Are you sure you want to change the base?
Feature/179 implement msw #205
Conversation
@KrazyK786 is attempting to deploy a commit to the Teacherfund Team on Vercel. A member of the Team first needs to authorize it. |
Hey @KrazyK786 ! So sorry i'm just now looking at this, i remember checking it out but it's hard to tell the diffs because it looks like you put this code through some formatter, so it's really hard to see what we'd be merging, if you're up for it, could you clean up the formatting (or add it in another PR that is just formatting changes) and also resolve the merge conflicts and i'll kick off a build? |
Took a crack at the Mock Service Worker implementation and mocked out all the Stripe endpoints used during Stripe processing. Set the stripe token to be mocked if the stripe environmental variable is set to 'test'. Tried to make sure it was at least 'decent', but let me know if it's remotely acceptable and any changes I need to make 🙇🏾♂️