Implement WHMCS Addon Dashboard with API for stats and integrate billing provider logic
This commit is contained in:
@@ -253,6 +253,7 @@ export {
|
||||
whmcsUsageQuerySchema,
|
||||
whmcsUsageResponseSchema,
|
||||
whmcsUsageAdjustmentRequestSchema,
|
||||
whmcsDashboardStatsResponseSchema,
|
||||
type WhmcsReconcileRequest,
|
||||
type WhmcsReconcileResponse,
|
||||
type WhmcsListAccountsResponse,
|
||||
@@ -262,4 +263,5 @@ export {
|
||||
type WhmcsEventsAckResponse,
|
||||
type WhmcsUsageResponse,
|
||||
type WhmcsUsageAdjustmentRequest,
|
||||
type WhmcsDashboardStatsResponse,
|
||||
} from './whmcs';
|
||||
|
||||
Reference in New Issue
Block a user