-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: Fix customer creation workflow [DEV-4287] #574
Conversation
DaevMithran
commented
Aug 23, 2024
•
edited
Loading
edited
- Make email mandatory and unique in Cusomter entity
- Move subscription-submitter logic within webhook handler
- Dont add email in where clause if customer already has a paymentProviderId
7bd8cf1
to
83094ed
Compare
83094ed
to
3e0c63b
Compare
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.
@DaevMithran the overall work looks good. Let's resolve all the comments and then we're good
377aae6
to
3c94595
Compare
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.
LGTM @DaevMithran 🥇 🥇 🥇
## [3.3.0-develop.5](3.3.0-develop.4...3.3.0-develop.5) (2024-09-06) ### Bug Fixes * Fix customer creation workflow [DEV-4287] ([#574](#574)) ([6e1ca72](6e1ca72))
🎉 This issue has been resolved in version 3.3.0-develop.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [3.3.0](3.2.0...3.3.0) (2024-09-10) ### Features * Allow additional data in credential request [DEV-4257] ([#572](#572)) ([35dc34b](35dc34b)) * Support all signature suites in jsonld [DEV-4346] ([#587](#587)) ([60581f6](60581f6)) * Update credential issue schema ([c3f9e68](c3f9e68)) ### Bug Fixes * Fix customer creation workflow [DEV-4287] ([#574](#574)) ([6e1ca72](6e1ca72)) * Fix error handling in webhook ([#590](#590)) ([5ede2ff](5ede2ff)) ### Performance Improvements * Parallelize non ledger operation tests ([#568](#568)) ([4d3ad9d](4d3ad9d))
🎉 This PR is included in version 3.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |