Skip to content

Commit

Permalink
graphQl-903: added description to the same_as_shipping field
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Boyko committed Sep 27, 2019
1 parent 095d707 commit 5dd4a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/QuoteGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ input BillingAddressInput {
customer_address_id: Int
address: CartAddressInput
use_for_shipping: Boolean @doc(description: "Deprecated. Use same_as_shipping")
same_as_shipping: Boolean
same_as_shipping: Boolean @doc(description: "Set billing address same as shipping")
}

input CartAddressInput {
Expand Down

0 comments on commit 5dd4a10

Please sign in to comment.