feat: Customers resource.

This commit is contained in:
Ahmed Bouhuolia
2020-06-08 18:50:04 +02:00
parent fe240c058b
commit d915813195
8 changed files with 613 additions and 36 deletions

View File

@@ -294,5 +294,11 @@ export default (tenantDb) => {
};
});
factory.define('customer', 'customers', async () => {
return {
customer_type: 'business',
};
});
return factory;
}