Skip to content

Commit 5f52660

Browse files
committed
ACP2E-2950: [Cloud] Bundle Product wrong pricing in order confirmation
1 parent 9320e34 commit 5f52660

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Bundle/Model/Quote/Item

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Model/Quote/Item/Option.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Option
2626
/**
2727
* @var PriceCurrencyInterface
2828
*/
29-
protected $priceCurrency;
29+
private $priceCurrency;
3030

3131
/**
3232
* @param Json $serializer

0 commit comments

Comments
 (0)