diff --git a/app/Controllers/Front/Billing/BillingController.php b/app/Controllers/Front/Billing/BillingController.php index 10e56e3..34b0f46 100644 --- a/app/Controllers/Front/Billing/BillingController.php +++ b/app/Controllers/Front/Billing/BillingController.php @@ -14,7 +14,7 @@ use Psr\Log\LoggerInterface; class BillingController extends FrontController { - const DEFAULT_CATEGORY = "billinginfo"; + const DEFAULT_CATEGORY = "billing"; private $_userModel = null; private $_orderModel = null; private $_orderBillingModel = null;