Skip to content

Commit 3ec2842

Browse files
author
Vitaliy Boyko
committed
Merge remote-tracking branch 'origin/GraphQl-903-deprecate-use-for-shipping' into GraphQl-903-deprecate-use-for-shipping
2 parents 298e404 + aeb0175 commit 3ec2842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/QuoteGraphQl/etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ input SetBillingAddressOnCartInput {
9696
input BillingAddressInput {
9797
customer_address_id: Int
9898
address: CartAddressInput
99-
use_for_shipping: Boolean @doc(description: "Deprecated. Use same_as_shipping")
99+
use_for_shipping: Boolean @doc(description: "Deprecated: use `same_as_shipping` field instead")
100100
same_as_shipping: Boolean @doc(description: "Set billing address same as shipping")
101101
}
102102

0 commit comments

Comments
 (0)