forked from verdnatura/hedera-web
SMS bugs solved
This commit is contained in:
parent
719c062eef
commit
7ce6571770
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.405.47) stable; urgency=low
|
||||
hedera-web (1.405.48) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.405.47",
|
||||
"version": "1.405.48",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -37,7 +37,7 @@ class Sms extends Vn\Web\JsonRequest
|
|||
]
|
||||
);
|
||||
|
||||
if ($sms->codigo != 0)
|
||||
if ($res->codigo != 0)
|
||||
throw new Lib\UserException ($res->descripcion);
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in New Issue