Skip to content

Commit 6661215

Browse files
authored
ENGCOM-5011: graphQl-640: fixed input type declaration for PaymentMethodAdditional… #648
2 parents 37677f8 + e6687b0 commit 6661215

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,9 @@ input SetPaymentMethodOnCartInput {
130130

131131
input PaymentMethodInput {
132132
code: String! @doc(description:"Payment method code")
133-
additional_data: PaymentMethodAdditionalDataInput @doc(description:"Additional payment data")
134133
purchase_order_number: String @doc(description:"Purchase order number")
135134
}
136135

137-
input PaymentMethodAdditionalDataInput {
138-
}
139-
140136
input SetGuestEmailOnCartInput {
141137
cart_id: String!
142138
email: String!
@@ -258,13 +254,9 @@ type AvailablePaymentMethod {
258254
type SelectedPaymentMethod {
259255
code: String! @doc(description: "The payment method code")
260256
title: String! @doc(description: "The payment method title.")
261-
additional_data: SelectedPaymentMethodAdditionalData @doc(description: "Additional payment data")
262257
purchase_order_number: String @doc(description: "The purchase order number.")
263258
}
264259

265-
type SelectedPaymentMethodAdditionalData {
266-
}
267-
268260
type AppliedCoupon {
269261
code: String!
270262
}

0 commit comments

Comments
 (0)