develop #10

Merged
pablone merged 64 commits from develop into master 2024-04-22 11:35:55 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 16d06ffc4c - Show all commits

View File

@ -10,7 +10,7 @@ class PaymentServices {
const _products = await db.getProducts(dateExpired, postalCode)
jsolis marked this conversation as resolved Outdated

eliminar código comentado

eliminar código comentado
const productsFilter = _products[0].filter((item) => {
if (products.includes(item.id)) {
if (products.includes(item.itemFk)) {
return item
}
});