DalvinCodes / tenant-management

Create and Manage Tenants of WATTBA
0 stars 0 forks source link

Implement "Update Tenant Subscription" function in the service layer. #13

Closed DalvinCodes closed 1 year ago

DalvinCodes commented 1 year ago

Description: As a developer, I want to implement the "Update Tenant Subscription" function in the service layer, so that I can update subscription details for a specific tenant.

Acceptance Criteria:

A new "Update Tenant Subscription" function is implemented in the service layer. The function takes input parameters such as tenant ID and updated subscription details. The function updates the subscription details in the appropriate database. The function returns a success message and/or an error message to the controller layer. Unit tests are written and passing for the "Update Tenant Subscription" function.