fix codigo pin

parent 80cce0ed
......@@ -234,7 +234,7 @@ class PluCodigoPin
$array_in = array(
'servicio'=>array('id' => $servicioId, 'codigo' => $servicioCodigo),
'sms'=>array('mensaje' => $mensaje, 'msisdn' => "569".$this->getCpiMsisdn())
'sms'=>array('mensaje' => $mensaje, 'msisdn' => "56".$this->getCpiMsisdn())
);
$json = json_encode($array_in);
......
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