Feature/es 98 refactor order module and interactions with other#52
Merged
raouf-b-dev merged 14 commits intomasterfrom Dec 6, 2025
Merged
Conversation
…cts, schemas, and mappers to streamline the orders module.
… payment info and customer info properties, and update related methods to use paymentId and paymentMethod. Enhance order validation and payment association logic.
…nd payment information with customerId and paymentMethod properties. Enhance validation by using IsEnum for payment methods and streamline the order creation process.
…od properties, enhancing payment handling. Remove deprecated customerInfo and paymentInfo relations to streamline the order structure.
… Replace paymentInfoId with paymentId and paymentMethod, and remove customerInfo mapping to streamline order processing.
…ment management, aligning with recent schema updates.
…ntId and paymentMethod properties. Remove deprecated paymentInfo and customerInfo structures, enhancing order creation and testing processes.
…or cross-module integration. Introduce new index file in the domain directory to export types for improved type safety and modularity.
…for stock management, enhancing order processing. Introduce updatePaymentId method for improved payment handling and streamline order creation by removing deprecated customerInfo and paymentInfo structures.
…nchronize payment ID updates between Postgres and Redis cache, enhancing payment management and cache consistency.
…handle cash on delivery payments, enhancing payment processing during order delivery. Update payment ID in the repository upon successful payment recording.
…nd CustomerInfoEntity imports, integrating PaymentsModule for improved payment processing and module organization.
… paymentInfo structure with paymentMethod and paymentId properties, enhancing payment handling consistency across the application. Update related tests to reflect these changes.
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.
No description provided.