Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stentrop committed Sep 26, 2024
1 parent 157d6b6 commit 4491aa9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Services/SalesPriceService.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ public function applyCurrencyConversion(SalesPriceSearchResponse $salesPrice): S
{
$salesPrice->price = $salesPrice->price * $salesPrice->conversionFactor;
$salesPrice->priceNet = $salesPrice->priceNet * $salesPrice->conversionFactor;
// $salesPrice->basePrice = $salesPrice->basePrice * $salesPrice->conversionFactor;
// $salesPrice->basePriceNet = $salesPrice->basePriceNet * $salesPrice->conversionFactor;
// $salesPrice->unitPrice = $salesPrice->unitPrice * $salesPrice->conversionFactor;
// $salesPrice->unitPriceNet = $salesPrice->unitPriceNet * $salesPrice->conversionFactor;
$salesPrice->customerClassDiscount = $salesPrice->customerClassDiscount * $salesPrice->conversionFactor;
$salesPrice->customerClassDiscountNet = $salesPrice->customerClassDiscountNet * $salesPrice->conversionFactor;
$salesPrice->categoryDiscount = $salesPrice->categoryDiscount * $salesPrice->conversionFactor;
Expand Down

0 comments on commit 4491aa9

Please sign in to comment.