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 e3f2574 commit 1b86733Copy full SHA for 1b86733
app/code/core/Mage/Paypal/Model/Express/Checkout.php
@@ -986,6 +986,7 @@ protected function _prepareNewCustomerQuote()
986
$customer->setSuffix($quote->getCustomerSuffix());
987
$customer->setPassword($customer->decryptPassword($quote->getPasswordHash()));
988
$customer->setPasswordHash($customer->hashPassword($customer->getPassword()));
989
+ $customer->setPasswordCreatedAt(time());
990
$customer->save();
991
$quote->setCustomer($customer);
992
$quote->setPasswordHash('');
0 commit comments