Skip to content

Commit 9a34a77

Browse files
author
mmoser
committed
CustomerSaveManager: original customer bugfix
1 parent 404cdf6 commit 9a34a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CustomerSaveManager/DefaultCustomerSaveManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected function rememberOriginalCustomer(CustomerInterface $customer)
9999
}
100100

101101
if ($originalCustomerNeeded) {
102-
$originalCustomer = $this->customerProvider->getById($customer->getId());
102+
$originalCustomer = $this->customerProvider->getById($customer->getId(), true);
103103
}
104104

105105
$this->originalCustomer = $originalCustomer;

0 commit comments

Comments
 (0)