vchikalkin b8ebdb8c64 fix(orders): update datetime validation logic and test cases for order creation and completion
- Modified order creation tests to set datetime_start to one hour in the past for past orders.
- Updated the OrdersService to use isNowOrAfter for validating order completion against the start time.
- Enhanced datetime utility function to accept a unit parameter for more flexible comparisons.
2025-08-11 14:56:45 +03:00
..
2025-06-27 13:44:17 +03:00
2025-06-27 13:44:17 +03:00
2025-07-02 17:46:33 +03:00