|
|
@@ -146,6 +146,7 @@ class CheckoutProcessor implements ProcessorInterface
|
|
|
$billingAddress->city = $input->billingCity;
|
|
|
$billingAddress->postcode = $input->billingPostcode;
|
|
|
$billingAddress->phone = $input->billingPhoneNumber;
|
|
|
+ $billingAddress->use_for_shipping = $input->useForShipping;
|
|
|
$billingAddress->save();
|
|
|
|
|
|
if ($input->billingEmail && ! $cart->customer_email) {
|