1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 19:40:44 +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() public function isEnabled()
{ {
return true; return false;
} }
protected function request($type, $resource, $data = [], $options = []) protected function request($type, $resource, $data = [], $options = [])