feat(payment): update payment collection status (#7335)

This commit is contained in:
Carlos R. L. Rodrigues
2024-05-15 12:11:40 -03:00
committed by GitHub
parent 774696845c
commit 7c4f4d7388
8 changed files with 384 additions and 33 deletions

View File

@@ -66,6 +66,10 @@ export function buildQuery<T = any, TDto = any>(
}
}
if (config.options) {
Object.assign(findOptions, config.options)
}
return { where, options: findOptions }
}