Closed
Description
I don't know if this results in any errors but it certainly has the potential to cause some.
billingAddressFromData
seems to be the one that is used:
https://github.com/magento/magento2/search?utf8=%E2%9C%93&q=billingAddressFromData&type=Code
billingAddressFormData
is referred to only once:
https://github.com/magento/magento2/search?utf8=%E2%9C%93&q=billingAddressFormData&type=Code
It seems that that variable deals with form data so maybe it (and shippingAddressFromData
) should be renamed.