1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 03:51:06 +01:00
This commit is contained in:
loviuz 2020-02-14 11:35:16 +01:00
commit c65c5a5898

View File

@ -84,8 +84,10 @@ class Interaction extends Services
]);
$body = static::responseBody($response);
if (!empty($body['content'])) {
Ricevuta::store($name, $body['content']);
}
}
return $name;
}