Added API endpoints to fetch invoices (#5070)
* added serializer attributes for API usage * new setters to fill invoice data from fixture * re-usable fixture helper methods * added API endpoints to fetch invoices * adjust tests
This commit is contained in:
@@ -19,7 +19,6 @@ use Faker\Factory;
|
||||
class InvoiceTemplateFixtures implements TestFixture
|
||||
{
|
||||
/**
|
||||
* @param ObjectManager $manager
|
||||
* @return InvoiceTemplate[]
|
||||
*/
|
||||
public function load(ObjectManager $manager): array
|
||||
|
||||
Reference in New Issue
Block a user