Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
c65c5a5898
|
@ -84,7 +84,9 @@ class Interaction extends Services
|
|||
]);
|
||||
$body = static::responseBody($response);
|
||||
|
||||
Ricevuta::store($name, $body['content']);
|
||||
if (!empty($body['content'])) {
|
||||
Ricevuta::store($name, $body['content']);
|
||||
}
|
||||
}
|
||||
|
||||
return $name;
|
||||
|
|
Loading…
Reference in New Issue