feat: send individual discounts to machine

This commit is contained in:
Sérgio Salgado 2021-07-22 20:04:23 +01:00 committed by Josh Harvey
parent 29257c42ec
commit eda6decae0
2 changed files with 9 additions and 6 deletions

View file

@ -33,8 +33,7 @@ function getAvailableIndividualDiscounts () {
id: it.id,
idType: _.camelCase(it.identification),
value: it.value,
discount: it.discount,
softDeleted: it.soft_deleted
discount: it.discount
}), res))
}