fix(orders_filter): add sourceApp accepts

This commit is contained in:
Alex Moreno 2024-08-09 12:54:33 +02:00
parent 1c75c429cc
commit af65ef2536
1 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,10 @@ module.exports = Self => {
arg: 'showEmpty',
type: 'boolean',
description: 'Show empty orders'
}, {
arg: 'sourceApp',
type: 'string',
description: 'Application'
}
],
returns: {