fix error transfer received sms + finish octopush shortcode adapter

This commit is contained in:
osaajani 2020-04-03 03:38:35 +02:00
parent 6ad299f21e
commit 49f3a4b28c
8 changed files with 139 additions and 16 deletions

View file

@ -64,7 +64,7 @@ namespace controllers\internals;
}
catch (\Exception $e)
{
return $number;
return false;
}
}