CORRECCION KUSHKI WS OBTENCION DE DATOS SUSCRIPCION

parent bb23b4ca
......@@ -77,7 +77,7 @@ class VerificarSuscripcionKushkiCommand extends Command {
$log->debug('Retorno status a obtener informacion suscripcion:' . $status_code_informacion . ' | desc:' . $output);
$data = json_decode($output, true);
$log->debug(print_r($data,true));
if ($data['code'] == 200) {
if ($data['code'] === 200) {
switch ($data["event"]) {
case $this::successfullCharge:
......
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