Monday, April 13, 2026
1 change · 18.0
Enhancements to existing features
This update enhances the reliability of order updates within the German Point of Sale certification module. Specifically, a new system ensures order changes (like line items) are processed sequentially, maintaining data accuracy. Additionally, unnecessary UI validation for ZIP codes and addresses has been removed as the backend handles default assignments.
Original PR description
In this commit: ------------------- - We have added logic to execute API calls using a mutex for order updates (such as line updates and removals). This ensures that each update is processed (sequentially), allowing us to properly track and maintain order consistency. - We removed the ZIP and address validation on the UI since the backend already assigns default values if they are missing. So, there’s no need to restrict the user on the UI. task:5941742