1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 20:30:51 +01:00

Disabilitato invio fattura elettronica

This commit is contained in:
Matteo 2018-12-10 17:04:38 +01:00
parent 0f94033c7c
commit 9f944597bb

View File

@ -32,7 +32,7 @@ class Interaction
public function isEnabled()
{
return true;
return false;
}
protected function request($type, $resource, $data = [], $options = [])