mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-10 22:53:52 +01:00
Fix minore
This commit is contained in:
parent
d57cb85b56
commit
41327d3dbf
@ -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
Block a user