Enhance transaction handling and user activity logging#71
Merged
Conversation
- Updated transaction queries to include user_id in various transaction-related functions for better tracking.
- Enhanced the email notification system by adding a function to send a password change confirmation email.
- Improved the handling of user activity logs by unifying transaction retrieval queries for both transactions and user activities.
- Refactored JSON response structures to use `any` instead of `interface{}` for better type safety.
- Implemented additional error handling and logging for transaction processes.
- Adjusted the rate limit middleware to use `any` for JSON responses.
- Modified merchant account updates to log user activity for profile changes.
…h user_id reference
neozeeh
previously approved these changes
Jul 14, 2026
neozeeh
self-requested a review
July 14, 2026 10:15
This file contains hidden or 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
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.
Improve the forgot password functionality with better validation and UI updates. Refactor transaction handling to include user IDs for enhanced tracking and unify transaction retrieval queries. Add a user activity logs table to improve logging of user actions. Update email notifications to include password change confirmations. Adjust JSON response structures for better type safety.