Order ID Formatting Improvement
We have introduced an update to the way "order_id" data is presented in the TicketsRelationManager. Now, an order prefix will be automatically attached to the order ID, improving clarity and consistency in order identification.
New Component Test
A test file, TicketsRelationManagerTest.php, has now been added. This will systematically check to ensure the TicketsRelationManager component is functioning correctly, boosting overall reliability of our product.
PR Summary
Order ID Formatting Improvement We have introduced an update to the way "order_id" data is presented in the
TicketsRelationManager
. Now, an order prefix will be automatically attached to the order ID, improving clarity and consistency in order identification.New Component Test A test file,
TicketsRelationManagerTest.php
, has now been added. This will systematically check to ensure theTicketsRelationManager
component is functioning correctly, boosting overall reliability of our product.