mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
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);
|
$body = static::responseBody($response);
|
||||||
|
|
||||||
Ricevuta::store($name, $body['content']);
|
if (!empty($body['content'])) {
|
||||||
|
Ricevuta::store($name, $body['content']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $name;
|
return $name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user