All notable changes to wefact-php
will be documented in this file.
- Added default resource methods to all remaining resources (
CreditInvoice
,Creditor
,Subscription
) - Added
InvalidRequestException
when API request is invalid and returns error
The first release only (partially) includes the resources listed down below:
- Debtor
- Group
- Invoice
- Product
Every resource only contains the list
, create
, update
, show
and delete
methods. Except for debtor which does not have the delete
method.