feat: add public tenant packages listing and sort order
This commit is contained in:
@@ -89,7 +89,8 @@ internal static class TenantMapping
|
||||
MaxSmsCredits = package.MaxSmsCredits,
|
||||
MaxDeliveryOrders = package.MaxDeliveryOrders,
|
||||
FeaturePoliciesJson = package.FeaturePoliciesJson,
|
||||
IsActive = package.IsActive
|
||||
IsActive = package.IsActive,
|
||||
SortOrder = package.SortOrder
|
||||
};
|
||||
|
||||
public static TenantBillingDto ToDto(this TenantBillingStatement bill)
|
||||
|
||||
Reference in New Issue
Block a user