para el pago

This commit is contained in:
Jaume Solís 2024-04-16 15:49:56 +02:00
parent 9e41a30083
commit 16d06ffc4c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class PaymentServices {
const _products = await db.getProducts(dateExpired, postalCode)
const productsFilter = _products[0].filter((item) => {
if (products.includes(item.id)) {
if (products.includes(item.itemFk)) {
return item
}
});