Closed sirn-se closed 6 years ago
Or possibly, the file src/AdminService/AdminSoap/CreditInvoiceRequest.php
should simply be removed. I can´t see the class CreditInvoiceRequest
being used.
I'll take a look at it this afternoon. Thanks for reporting the issue!
You're right, it's not being used and it seems like its just a copy of CreditInvoiceRowsRequest except for the filename. I've removed the file and published a new release.
Closing this issue, thanks again!
The file
src/AdminService/AdminSoap/CreditInvoiceRequest.php
defines the classCreditInvoiceRowsRequest
, which should (obviously) beCreditInvoiceRequest
instead.The class
CreditInvoiceRowsRequest
is already (correctly) defined in filesrc/AdminService/AdminSoap/CreditInvoiceRowsRequest.php
, also causing to a conflict in class loading.