Skip to content

Commit a073071

Browse files
committed
MC-32655: (GraphQL) Set default value of save_in_address_book to true when no value is specified
- Static failure fixes on spacing
1 parent 0a3224f commit a073071

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/QuoteGraphQl/Model/Cart/SetBillingAddressOnCart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public function execute(ContextInterface $context, CartInterface $cart, array $b
8181
$this->assignBillingAddressToCart->execute($cart, $billingAddress, $sameAsShipping);
8282
}
8383

84-
8584
/**
8685
* Check for the input exceptions
8786
*

0 commit comments

Comments
 (0)