We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404cdf6 commit 9a34a77Copy full SHA for 9a34a77
src/CustomerSaveManager/DefaultCustomerSaveManager.php
@@ -99,7 +99,7 @@ protected function rememberOriginalCustomer(CustomerInterface $customer)
99
}
100
101
if ($originalCustomerNeeded) {
102
- $originalCustomer = $this->customerProvider->getById($customer->getId());
+ $originalCustomer = $this->customerProvider->getById($customer->getId(), true);
103
104
105
$this->originalCustomer = $originalCustomer;
0 commit comments