File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed
app/code/Magento/QuoteGraphQl/etc
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ input SetBillingAddressOnCartInput {
104
104
input BillingAddressInput {
105
105
customer_address_id : Int
106
106
address : CartAddressInput
107
- use_for_shipping : Boolean @doc (description : " Deprecated: use `same_as_shipping` field instead " )
108
- same_as_shipping : Boolean @doc (description : " Set billing address same as shipping" )
107
+ use_for_shipping : Boolean @doc (description : " Indicates whether to additionally set the shipping address based on the provided billing address " )
108
+ same_as_shipping : Boolean @doc (description : " Indicates whether to set the billing address based on the existing shipping address on the cart " )
109
109
}
110
110
111
111
input CartAddressInput {
Original file line number Diff line number Diff line change @@ -137,8 +137,6 @@ public function testSetNewBillingAddress()
137
137
/**
138
138
* Tests that the "use_for_shipping" option sets the provided billing address for shipping as well.
139
139
*
140
- * Note: the "use_for_shipping" option has been deprecated.
141
- *
142
140
* @magentoApiDataFixture Magento/Customer/_files/customer.php
143
141
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
144
142
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/customer/create_empty_cart.php
Original file line number Diff line number Diff line change @@ -90,8 +90,6 @@ public function testSetNewBillingAddress()
90
90
/**
91
91
* Tests that the "use_for_shipping" option sets the provided billing address for shipping as well.
92
92
*
93
- * Note: the "use_for_shipping" option has been deprecated.
94
- *
95
93
* @magentoApiDataFixture Magento/GraphQl/Catalog/_files/simple_product.php
96
94
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/guest/create_empty_cart.php
97
95
* @magentoApiDataFixture Magento/GraphQl/Quote/_files/add_simple_product.php
You can’t perform that action at this time.
0 commit comments