vchikalkin 66f347cc42 feat(orders, subscriptions): implement banned user checks and improve remaining orders calculation
- Added `checkIsBanned` method calls in the `createOrder`, `getOrder`, `getOrders`, and `updateOrder` methods of the `OrdersService` to prevent actions from banned users.
- Updated the calculation of `remainingOrdersCount` in the `SubscriptionsService` to ensure it does not go below zero, enhancing subscription management accuracy.
2025-09-02 21:02:50 +03:00
..
2025-06-27 13:44:17 +03:00
2025-08-26 13:23:52 +03:00
2025-08-11 16:25:14 +03:00
2025-06-27 13:44:17 +03:00
2025-07-23 13:15:08 +03:00
2025-08-11 16:25:14 +03:00