Skip to content

Commit

Permalink
graphQl-640: fixed input type declaration for PaymentMethodAdditional…
Browse files Browse the repository at this point in the history
…DataInput and SelectedPaymentMethodAdditionalData
  • Loading branch information
Vitaliy Boyko committed May 1, 2019
1 parent 93a8162 commit 8a65e48
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/code/Magento/QuoteGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ input PaymentMethodInput {
purchase_order_number: String @doc(description:"Purchase order number")
}

input PaymentMethodAdditionalDataInput {
}
input PaymentMethodAdditionalDataInput

input SetGuestEmailOnCartInput {
cart_id: String!
Expand Down Expand Up @@ -262,8 +261,7 @@ type SelectedPaymentMethod {
purchase_order_number: String @doc(description: "The purchase order number.")
}

type SelectedPaymentMethodAdditionalData {
}
type SelectedPaymentMethodAdditionalData

type AppliedCoupon {
code: String!
Expand Down

0 comments on commit 8a65e48

Please sign in to comment.