Explorar o código

feat: EK-76: Member Auto-Maintenance.

kevinElken hai 10 meses
pai
achega
dc9000803a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      common/helpers/PayStack.php

+ 2 - 0
common/helpers/PayStack.php

@@ -20,6 +20,8 @@ class PayStack
     {
         $secretKey = self::getSecretKey();
 
+        LoggerTool::info('env: ' . YII_ENV);
+
         if (YII_ENV != YII_ENV_PROD) {
             return [
                 'status' => true,