diff --git a/quiztech-assessment-platform.php b/quiztech-assessment-platform.php index a24c45b..8ff88f8 100644 --- a/quiztech-assessment-platform.php +++ b/quiztech-assessment-platform.php @@ -39,6 +39,8 @@ require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/roles.php'; require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/post-types.php'; require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/taxonomies.php'; +require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/credits.php'; +require_once QUIZTECH_PLUGIN_DIR . 'src/Includes/payments.php'; // Use statements for Admin classes use Quiztech\AssessmentPlatform\Admin\AdminListTables; use Quiztech\AssessmentPlatform\Admin\SettingsPage;