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 2056b4b commit bb15ebdCopy full SHA for bb15ebd
app/code/core/Mage/Customer/Model/Convert/Parser/Customer.php
@@ -696,7 +696,7 @@ public function parse()
696
if ($customer->getDefaultBilling()) {
697
$model->setDefaultBilling($customer->getDefaultBilling());
698
} else {
699
- $shippingAddress->save();
+ $billingAddress->save();
700
$model->setDefaultShipping($billingAddress->getId());
701
$model->addAddress($billingAddress);
702
0 commit comments