Skip to content

Commit bf19932

Browse files
committed
MAGETWO-61067: Shipping title and method name does not translated in shopping cart
1 parent 2405668 commit bf19932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Model/Quote/Address.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class Address extends \Magento\Customer\Model\Address\AbstractAddress implements
206206
/**
207207
* @var \Magento\Quote\Model\Quote\Address\RateFactory
208208
*/
209-
private $_addressRateFactory;
209+
protected $_addressRateFactory;
210210

211211
/**
212212
* @var \Magento\Customer\Api\Data\AddressInterfaceFactory

0 commit comments

Comments
 (0)