simevo
simevo
I see that you tried to patch it with https://github.com/hmonglee/fatturapa-testsdi/commit/58eb47bfcab9ef96f92227a150fb018fadf719b2 another workaround proposed by @Pes8 is to comment this line: https://github.com/italia/fatturapa-testsdi/blob/master/rpc/packages/fatturapa/control/src/ControlServiceProvider.php#L26 launch `php artisan migrate` then restore `ControlServiceProvider.php` and resume...
Many thanks ! As this project is pretty young and prominently displays the "WORK IN PROGRESS" banner, it's safe to assume it's not in production anywhere and people are setting...
a first fix is to locate the endpoint: ``` --- a/soap/index.php +++ b/soap/index.php @@@ -11,7 -11,7 +11,7 @@@ if (sizeof($request_uri) < 4) $actor = $request_uri[1]; $soap = $request_uri[2]; --$endpoint =...
also after #35 !
thanks ! you raise a good point according to Specifiche_tecniche_SdI_v1.6 para 2.2 "NOMENCLATURA DEI FILE DA TRASMETTERE", page 8, the file name for an XML invoice has the structure `XX0123456789012345_ABCDE.xml`...
I have done some tests trying to find a workaround for this: 1. no change: - replacing the typedef with the more modern `using wxObjectRefData = wxRefCounter;` 2. valid workarounds...