Closed imneckro closed 7 months ago
Can you confirm that the response xml has expenses classifiactions and it's not empty? You can get the result XML using:
$xml = $request->getResponseXML()
I tried
$xml = $request->getResponseXML()
and got
Fatal error: Uncaught Error: Call to undefined method Firebed\AadeMyData\Models\RequestedDoc::getResponseXML()
You might have an old version. Please update to the latest version 4.0.6
using version 4.0.4.. tried to update and got:
Using version ^4.0 for firebed/aade-mydata
./composer.json has been updated
Running composer update firebed/aade-mydata
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Writing lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
4 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
nevermind i was missing soap extension in php. just installed to so ill come back with results
Please close issue as resolved. After updating to 4.0.6 everything is ok. I am sorry for troubling you.
No problem, happy to help!
Hello. Im using below code to get expenses clasification but returns nothing at all: