- Updated address retrieval in user service to replace billing info with a dedicated address method. - Adjusted API endpoints to use `PATCH /api/me/address` for address updates instead of billing updates. - Enhanced documentation to reflect changes in address management processes and API usage. - Removed deprecated types and services related to billing address handling, streamlining the codebase.
10 lines
321 B
TypeScript
10 lines
321 B
TypeScript
/**
|
|
* Support Feature Module
|
|
* Customer support functionality including components, hooks, and services
|
|
*
|
|
* Note: This feature module is currently empty and ready for future implementation
|
|
*/
|
|
|
|
// This feature module is not yet implemented
|
|
// Components, hooks, services, types, and utilities will be added as needed
|