feat: send individual discounts to machine
This commit is contained in:
parent
29257c42ec
commit
eda6decae0
2 changed files with 9 additions and 6 deletions
|
|
@ -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))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue