-
Notifications
You must be signed in to change notification settings - Fork 14
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
Payment POST unit test #166
Closed
Grant-Steinfeld
wants to merge
8
commits into
bee-travels:master
from
Grant-Steinfeld:paymentPostUnitTest
Closed
Payment POST unit test #166
Grant-Steinfeld
wants to merge
8
commits into
bee-travels:master
from
Grant-Steinfeld:paymentPostUnitTest
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* first commit * added axios by yarn * debugging 400 * temp file for debugging * attempting to fix the post * grabbing the new swagger way (#1) * Remove request (#146) * get all tests passing * Update frontend to take advantage of destination v2 features * move to axios * push * remove space * add space back * travis should build cause reasons * Update .travis.yml * update travis build script, remove swagger yaml copy * fixed typo * add axios stream to dockerfile * fixed docker build * try out fancy feast Co-authored-by: Nick Bourdakos <bourdakos1@gmail.com> Co-authored-by: Mofizur Rahman <moficodes@gmail.com> * Payment Service uses new swagger methodology and is part of the overall restructuring * REM out test for now * renamed payment to payment-v2 * update yarn.lock Co-authored-by: Grant Steinfeld <grant.steinfeld@ibm.com> Co-authored-by: Grant Steinfeld <46547925+Grant-Steinfeld@users.noreply.github.com> Co-authored-by: Mofizur Rahman <moficodes@gmail.com> Co-authored-by: Max Shapiro <magicmax33@gmail.com> Co-authored-by: Mofizur Rahman <moficodes@gmail.com> Co-authored-by: Nick Bourdakos <bourdakos1@gmail.com> Co-authored-by: Grant Steinfeld <grant.steinfeld@ibm.com> Co-authored-by: Max Shapiro <magicmax33@gmail.com>
* first commit * added axios by yarn * debugging 400 * temp file for debugging * attempting to fix the post * grabbing the new swagger way (#1) * Remove request (#146) * get all tests passing * Update frontend to take advantage of destination v2 features * move to axios * push * remove space * add space back * travis should build cause reasons * Update .travis.yml * update travis build script, remove swagger yaml copy * fixed typo * add axios stream to dockerfile * fixed docker build * try out fancy feast Co-authored-by: Nick Bourdakos <bourdakos1@gmail.com> Co-authored-by: Mofizur Rahman <moficodes@gmail.com> * Payment Service uses new swagger methodology and is part of the overall restructuring * REM out test for now * renamed payment to payment-v2 * update yarn.lock Co-authored-by: Grant Steinfeld <grant.steinfeld@ibm.com> Co-authored-by: Grant Steinfeld <46547925+Grant-Steinfeld@users.noreply.github.com> Co-authored-by: Mofizur Rahman <moficodes@gmail.com> Co-authored-by: Max Shapiro <magicmax33@gmail.com> Co-authored-by: Mofizur Rahman <moficodes@gmail.com> Co-authored-by: Nick Bourdakos <bourdakos1@gmail.com> Co-authored-by: Grant Steinfeld <grant.steinfeld@ibm.com> Co-authored-by: Max Shapiro <magicmax33@gmail.com>
* first commit * added axios by yarn * debugging 400 * temp file for debugging * attempting to fix the post * grabbing the new swagger way (#1) * Remove request (#146) * get all tests passing * Update frontend to take advantage of destination v2 features * move to axios * push * remove space * add space back * travis should build cause reasons * Update .travis.yml * update travis build script, remove swagger yaml copy * fixed typo * add axios stream to dockerfile * fixed docker build * try out fancy feast Co-authored-by: Nick Bourdakos <bourdakos1@gmail.com> Co-authored-by: Mofizur Rahman <moficodes@gmail.com> * Payment Service uses new swagger methodology and is part of the overall restructuring * REM out test for now * renamed payment to payment-v2 * update yarn.lock Co-authored-by: Grant Steinfeld <grant.steinfeld@ibm.com> Co-authored-by: Grant Steinfeld <46547925+Grant-Steinfeld@users.noreply.github.com> Co-authored-by: Mofizur Rahman <moficodes@gmail.com> Co-authored-by: Max Shapiro <magicmax33@gmail.com> Co-authored-by: Mofizur Rahman <moficodes@gmail.com> Co-authored-by: Nick Bourdakos <bourdakos1@gmail.com> Co-authored-by: Grant Steinfeld <grant.steinfeld@ibm.com> Co-authored-by: Max Shapiro <magicmax33@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
added 3 passing POST API endpoint tests