Commit 05de5ae5 authored by erleibiazzio's avatar erleibiazzio
Browse files

Ajusta nomes das variáveis de ambientes dos plugins validadores

parent ee4add75
......@@ -312,7 +312,7 @@ return [
"name" => "Validador SISGED",
'slug' => "sisgedvalidador",
'is_opportunity_managed_handler' => function ($opportunity) {
return ($opportunity->id == env("MSCULTURACIDADA_GENERIC_FUNTRAB_OPPOTUNITY_ID", 137));
return ($opportunity->id == env("MSCULTURACIDADA_GENERIC_SISGED_OPPOTUNITY_ID", 137));
},
]
],
......@@ -322,7 +322,7 @@ return [
"name" => "Validador CONSELHEIROS",
'slug' => "conselheirosvalidador",
'is_opportunity_managed_handler' => function ($opportunity) {
return ($opportunity->id == env("MSCULTURACIDADA_GENERIC_FUNTRAB_OPPOTUNITY_ID", 137));
return ($opportunity->id == env("MSCULTURACIDADA_GENERIC_CONSELHEIROS_OPPOTUNITY_ID", 137));
},
]
],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment