Commit Graph

7 Commits

Author SHA1 Message Date
sharafat 107b94bc97 adding the order service delete on the plan api 2026-04-26 18:57:33 +06:00
sharafat 4c1614601a Order API:All routes was created and fully tested 2026-04-19 00:26:50 +06:00
sharafat 1bc1fae274 order api:implement pagination system 2026-04-17 23:36:01 +06:00
sharafat 164951321b order Api: implement the searching system 2026-04-17 01:59:58 +06:00
Md Sharafat Hassain 475bc6f49e Order APi: create,signle get and delete api is fully created 2026-04-13 00:39:40 +06:00
abumahid 78a9b99aae feat(order): add customer email and optional fields, update order creation flow
- Added `customerEmail` field to Order model.
- Made `customerNote` optional in the Order model.
- Updated order creation logic to send a tracking email.
- Updated order validation to handle optional fields.
- Refactored configurations import path from `errors/configs` to `configs`.
- Minor modifications across account and order services for consistency.
2026-04-13 00:13:52 +06:00
Md Sharafat Hassain ee5eb0f0f5 Order api: create order schema 2026-04-12 22:47:56 +06:00