Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JoFont committed Nov 30, 2023
1 parent 6496cdb commit e7696b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pricing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ export const computeAggregatedAndPriceTotals = (priceItems: PriceItemsDto): Pric
{
...compositePriceItemToAppend,
...itemBreakdown,
// ! @diogo ver isto que aqui pode não ser um sitio porreiro.
amount_subtotal_decimal: d(itemBreakdown!.amount_subtotal!).toUnit().toString(),
amount_total_decimal: d(itemBreakdown!.amount_total!).toUnit().toString(),
item_components: convertPriceComponentsPrecision(compositePriceItemToAppend.item_components!, 2),
Expand Down

0 comments on commit e7696b8

Please sign in to comment.