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

Update paymentservice uuid usage to v9 #1071

Merged
merged 2 commits into from
Sep 19, 2022
Merged

Update paymentservice uuid usage to v9 #1071

merged 2 commits into from
Sep 19, 2022

Conversation

NimJay
Copy link
Collaborator

@NimJay NimJay commented Sep 19, 2022

Background

Change Summary

Additional Notes

Testing Procedure

  • We'll need to make sure we can actually check out our cart in the staging URL!

@NimJay NimJay requested a review from a team as a code owner September 19, 2022 16:01
@@ -13,7 +13,7 @@
// limitations under the License.

const cardValidator = require('simple-card-validator');
const uuid = require('uuid');
const { v4: uuidv4 } = require('uuid');
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I just copied the official uuid npm package docs: https://www.npmjs.com/package/uuid.

Copy link
Member

@bourgeoisor bourgeoisor left a comment

Choose a reason for hiding this comment

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

This LGTM, pending checks passing

@github-actions
Copy link

🚲 PR staged at http://34.136.75.105

@NimJay
Copy link
Collaborator Author

NimJay commented Sep 19, 2022

Thanks, Olivier, that was fast!

All checks are passing.
Plus: I was able to check out my cart (on the staging URL) — which means the paymentservice is working.

Screen Shot 2022-09-19 at 12 07 54 PM

@NimJay NimJay merged commit 8d38683 into main Sep 19, 2022
@NimJay NimJay deleted the uuid-fix branch September 19, 2022 16:09
D-Mwanth pushed a commit to D-Mwanth/microservices-demo that referenced this pull request Mar 6, 2024
* Update paymentservice uuid usage to v9

* Update paymentservice uuid npm package to v9
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.

None yet

2 participants